cancel
Showing results for 
Search instead for 
Did you mean: 

STM32WB55RGV6 (BLE notificaiton stuck) I want to notify data from ble server(my own board) to ble client (usb dongle).

Lep
Senior

Connection interval: 10ms, notify payload: 240 bytes. The usb dongle will output some data and then get stuck.

Connection interval: 20ms, notify payload: 240 bytes. The usb dongle will output more data and then get stuck.

​Connection interval: 50ms, notify payload: 240 bytes. The usb dongle is ok.

What is the reason for this?

1 REPLY 1
Remy ISSALYS
ST Employee

Hello,

How did you manage your flow for sending notification? Did you manage the case of insufficient resources from BLE stack like in BLE_DataThroughput example (see BLE_STATUS_INSUFFICIENT_RESOURCES)?

Best Regards