Connection roles
C
#define BLE_GAP_ROLE_CENTRAL 0x00 #define BLE_GAP_ROLE_PERIPHERAL 0x01
Description
Defines the roles a device can assume in a BLE connection.
Macro Definition
Macro | Description |
---|---|
BLE_GAP_ROLE_CENTRAL | Device acts as the Central role in a connection. |
BLE_GAP_ROLE_PERIPHERAL | Device acts as the Peripheral role in a connection. |