FreeRTOS: BLE
BLE
Return to main page ↑
IotBle_RemoveBond

Remove a bonded device. Will trigger pBondedCb.

BTStatus_t IotBle_RemoveBond( const BTBdaddr_t * pRemoteBdAddr );
Parameters
[in]pRemoteBdAddrAddress of the bonded device.
Returns
Returns eBTStatusSuccess on successful call
BTStatus_t
BTStatus_t
Bluetooth Error Status .
Definition: bt_hal_manager_types.h:98
IotBle_RemoveBond
BTStatus_t IotBle_RemoveBond(const BTBdaddr_t *pRemoteBdAddr)
Remove a bonded device. Will trigger pBondedCb.
BTBdaddr_t
BT/BLE address.
Definition: bt_hal_manager_types.h:67