dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
GAP Roles

Macros

#define BLE_GAP_ROLE_INVALID   0x0
 
#define BLE_GAP_ROLE_PERIPH   0x1
 
#define BLE_GAP_ROLE_CENTRAL   0x2
 

Detailed Description

Note
Not explicitly used in peripheral API, but will be relevant for central API.

Macro Definition Documentation

#define BLE_GAP_ROLE_CENTRAL   0x2

Central Role.

Definition at line 177 of file ble_gap.h.

#define BLE_GAP_ROLE_INVALID   0x0

Invalid Role.

Definition at line 175 of file ble_gap.h.

#define BLE_GAP_ROLE_PERIPH   0x1

Peripheral Role.

Definition at line 176 of file ble_gap.h.