2019-10-14 11:29 PM
When STM32WB is used as slave device, how to actively disconnect Bluetooth connection of mobile phone?
Solved! Go to Solution.
2022-11-11 07:27 AM
I use aci_gap_terminate with the correct connection handle and the reason 0x13 (Remote User Terminated Connection). The connection drops (ST BLE Sensor states: "Error during the connection with the node HRSTM). However I don't get an HCI_DISCONNECTION_COMPLETE_EVENT event. Stepping through, aci_gap_terminate hags on calling hci_send_req!!!
2022-11-11 07:27 AM
*hangs