1.1.2.1.1.1.3 Advertising channel
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
The definition of channel map bit field for 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 channels 37, 38 and 39 for advertising. |
