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
Macro | Description |
---|---|
BLE_GAP_ADV_SID_MIN | The minimum value for advertising SID (0). |
BLE_GAP_ADV_SID_MAX | The maximum value for advertising SID (15). |