pub unsafe extern "C" fn ble_gap_unpair_oldest_except(
    peer_addr: *const ble_addr_t
) -> c_int
Expand description

Similar to ble_gap_unpair_oldest_peer(), except it makes sure that the peer received in input parameters is not deleted.

@param peer_addr Address of the peer (not to be deleted)

@return 0 on success; A BLE host HCI return code if the controller rejected the request; A BLE host core return code on unexpected error.