ncasaril commented on issue #940:
URL: https://github.com/apache/mynewt-nimble/issues/940#issuecomment-807572448


   Settings listed below, note that I've added the RTT console for debugging 
purposes. 
   
   ```
   syscfg.vals:
       CONSOLE_RTT: 1
       CONSOLE_UART: 0
       SHELL_TASK: 1
       BLE_HCI_TRANSPORT: usb
       BLE_MAX_CONNECTIONS: 32
       BLE_PUBLIC_DEV_ADDR: "(uint8_t[6]){0x20, 0x20, 0x10, 0x10, 0xBB, 0xCD}"
       USBD_BTH: 1
       USBD_PID: 0x1234
       USBD_VID: 0x5678
   
       BLE_EXT_ADV: 1
       BLE_EXT_ADV_MAX_SIZE: 1650
       BLE_HCI_EVT_LO_BUF_COUNT: 16
       MSYS_1_BLOCK_COUNT: 16
       MSYS_1_BLOCK_SIZE: 1024
       BLE_LL_CFG_FEAT_DATA_LEN_EXT: 1
       BLE_LL_CFG_FEAT_LE_2M_PHY: 1
       BLE_LL_CFG_FEAT_LE_CODED_PHY: 1
       BLE_LL_CFG_FEAT_LL_PRIVACY: 1
       BLE_LL_MAX_PKT_SIZE: 251
       BLE_LL_CONN_INIT_SLOTS: 4
       BLE_LL_DTM: 1
       BLE_LL_DTM_EXTENSIONS: 1
       BLE_LL_NUM_SCAN_DUP_ADVS: 32
       BLE_LL_VND_EVENT_ON_ASSERT: 1
       BLE_MAX_PERIODIC_SYNCS: 5
       BLE_MULTI_ADV_INSTANCES: 16
       BLE_PERIODIC_ADV: 1
       BLE_PERIODIC_ADV_SYNC_TRANSFER: 1
       BLE_VERSION: 51
   
       BLE_ACL_BUF_SIZE: 1024
       BLE_ACL_BUF_COUNT: 12
       BLE_LL_CFG_FEAT_CTRL_TO_HOST_FLOW_CONTROL: 1
   ```    
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to