How to terminate a BLE connection from a central device (STM32WB) to a peripheral device (ble device)?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-08-11 2:46 AM
when we design a ble central device ,which is an stm32wb55mcu , we are confused how to terminate a BLE connection.
the api "hci_disconnect()" "aci_gap_terminate()" seems likes for the peripheral device. And when i call it , it blocked and not return.
looking forward to your reply, and thanks for the help!
Labels:
- Labels:
-
BLE
-
STM32WB series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-08-11 8:38 PM
ok,the problem has been sovled.
it is the matter that ble api must not be called in interrupt contex.
