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

MacroDescription
BLE_GAP_ROLE_CENTRALDevice acts as the Central role in a connection.
BLE_GAP_ROLE_PERIPHERALDevice acts as the Peripheral role in a connection.