Advertising channels

C

#define BLE_GAP_ADV_CHANNEL_37                                  0x01
#define BLE_GAP_ADV_CHANNEL_38                                  0x02
#define BLE_GAP_ADV_CHANNEL_39                                  0x04
#define BLE_GAP_ADV_CHANNEL_ALL                                 0x07

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).