therealergo

Results 3 issues of therealergo

When the number of CCCD's exceeds `BLE_STORE_MAX_CCCDS`, `ble_store_delete_cccd(...)` and `ble_store_write_cccd(...)` will return error codes from the `BLE_HS_E...` range, such as `BLE_HS_ENOENT`, `BLE_HS_ENOMEM`, and `BLE_HS_ENOTSUP` (dependent on the code in `store_status_cb`)....

When "os_msys_find_pool" searches for an mbuf pool with a given dsize, it simply returns the first pool with a large enough databuffer length to fit the dsize. This same pool...

With my application (on an ESP32), in some cases I have to call "ble_gap_terminate" from within the event callback of "ble_gap_adv_start", for the event "BLE_GAP_EVENT_CONNECT". The NimBLE documentation suggests that...