DengBo
DengBo
Nimble is very lovely to use but does not support Bluetooth LE Audio. So is there any plan to support Bluetooth LE Audio? Thank you.
```c void nimble_port_init(void) { /* Initialize default event queue */ ble_npl_eventq_init(&g_eventq_dflt); /* Initialize the global memory pool */ os_mempool_module_init(); os_msys_init(); /* Initialize transport */ ble_transport_init(); /* Initialize the host */...
"ble_hci_ram_init" func is not defined and is called in "nimble_port_init".
There seems to be a bug in 'mynewt-nimble/porting/npl/freertos/src/npl_os_freertos.c' npl_freertos_callout_init function. For example, each time a connection ends and a new connection starts, the program will create a new timer. This...