ble_gap_event::::repeat_pairing field
Represents a peer's attempt to pair despite a bond already existing. The application has two options for handling this event type: o Retry: Return BLE_GAP_REPEAT_PAIRING_RETRY after deleting the conflicting bond. The stack will verify the bond has been deleted and continue the pairing procedure. If the bond is still present, this event will be reported again. o Ignore: Return BLE_GAP_REPEAT_PAIRING_IGNORE. The stack will silently ignore the pairing request. Valid for the following event types: o BLE_GAP_EVENT_REPEAT_PAIRING
![]()
event.repeat_pairing = *rp;
ble_gap_event::::repeat_pairing is written by 1 function:
![]()
ble_gap_event::
::repeat_pairing