Advertising Set Identifier (SID) range

C

#define BLE_GAP_ADV_SID_MIN                                     (0x00U)
#define BLE_GAP_ADV_SID_MAX                                     (0x0FU)

Description

Defines the range of values for the Advertising Set Identifier (SID).

Macro Definition

MacroDescription
BLE_GAP_ADV_SID_MINThe minimum value for advertising SID (0).
BLE_GAP_ADV_SID_MAXThe maximum value for advertising SID (15).