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