Advertising channels
C
#define BLE_GAP_ADV_CHANNEL_37 (0x01U) #define BLE_GAP_ADV_CHANNEL_38 (0x02U) #define BLE_GAP_ADV_CHANNEL_39 (0x04U) #define BLE_GAP_ADV_CHANNEL_ALL (0x07U)
Description
Defines the advertising channel indices that can be used for BLE advertising.
Macro Definition
Macro | Description |
---|---|
BLE_GAP_ADV_CHANNEL_37 | Use channel 37 for advertising. |
BLE_GAP_ADV_CHANNEL_38 | Use channel 38 for advertising. |
BLE_GAP_ADV_CHANNEL_39 | Use channel 39 for advertising. |
BLE_GAP_ADV_CHANNEL_ALL | Use all advertising channels (37, 38, and 39). |