Function esp_idf_sys::esp_ble_remove_bond_device
source ยท pub unsafe extern "C" fn esp_ble_remove_bond_device(
bd_addr: *mut u8,
) -> esp_err_t
Expand description
@brief Removes a device from the security database list of peer device. It manages unpairing event while connected.
@param[in] bd_addr : BD address of the peer device
@return - ESP_OK : success - other : failed