pub unsafe extern "C" fn bt_unpair(
id: u8,
addr: *const bt_addr_le_t,
) -> i32
Expand description
@brief Clear pairing information.
@param id Local identity handle (typically @ref BT_ID_DEFAULT). Corresponds to the identity address this function will be called for. @param addr Remote address, NULL or BT_ADDR_LE_ANY to clear all remote devices.
@return 0 on success or negative error value on failure.