Question
How to terminate a BLE connection from a central device (STM32WB) to a peripheral device (ble device)?
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!
