mkasenberg opened a new pull request, #2054: URL: https://github.com/apache/mynewt-nimble/pull/2054
If `ble_hs_stop_terminate_conn()` returns `BLE_HS_EALREADY`, the stop callback may be triggered before the HCI Disconnection Complete event is received. Until that event, some connection-related resources are still in use, and calling `ble_gatts_reset()` will return BUSY. However, since host-controller synchronization has already been stopped, we can skip waiting for the disconnection and free the resources earlier. -- 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. To unsubscribe, e-mail: notifications-unsubscr...@mynewt.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org