BLE recycled callback not called #83865
Labels
area: Bluetooth
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Stale
Describe the bug
Hi, in my project I am using BLE as a peripheral role. It has custom service with few characteristics with notify property. When I connect to the central, enable notifications on any characteristic and then disconnect, recycled callback is never called and advertising is not started again. It is happening if BLE task has ~<15ms period and bt_gatt_notify() function is called inside. Increasing BLE task period to 100ms fixed that, but I am still afraid that it may still happend in field. The same happens on ble peripheral sample if BLE task period is shortened from 1s to 10ms. I am using nucleo_f446re board and Samsung Galaxy S23 as a central.
To Reproduce
Expected behavior
Impact
Logs and console output
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: