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

MacroDescription
BLE_GAP_ADV_CHANNEL_37Use channel 37 for advertising.
BLE_GAP_ADV_CHANNEL_38Use channel 38 for advertising.
BLE_GAP_ADV_CHANNEL_39Use channel 39 for advertising.
BLE_GAP_ADV_CHANNEL_ALLUse all advertising channels (37, 38, and 39).