nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ peer_operation

#include <include/caf/events/ble_common_event.h>

Peer operations.

Enumerator
PEER_OPERATION_SELECT 

The peer change is triggered and waiting for confirmation. The operation is not performed by the Bluetooth stack before the selection is confirmed. PEER_OPERATION_SELECTED should be used for confirmed operation.

PEER_OPERATION_SELECTED 

The peer change is confirmed. That results in swapping used local identity. The peers that are connected to previously used Bluetooth local identity should be disconnected. The application can start peer search for peers related to a new local identity.

PEER_OPERATION_SCAN_REQUEST 

Bluetooth scanning is requested.

PEER_OPERATION_ERASE 

The bond erase is triggered and waiting for confirmation. The operation is not performed by the Bluetooth stack before the erase is confirmed. PEER_OPERATION_ERASED should be used for a confirmed operation.

PEER_OPERATION_ERASE_ADV 

Trigger erase advertising for selected local identity.

PEER_OPERATION_ERASE_ADV_CANCEL 

Cancel ongoing erase advertising.

PEER_OPERATION_ERASED 

The bond erase is confirmed. That results in removing all of the Bluetooth bonds of related local identity.

PEER_OPERATION_CANCEL 

Cancel ongoing peer operation. If PEER_OPERATION_ERASE_ADV is cancelled, PEER_OPERATION_ERASE_ADV_CANCEL must be used instead.

PEER_OPERATION_COUNT 

Number of peer operations.

APP_EM_ENFORCE_ENUM_SIZE 

Unused in code, required for inter-core compatibility.