Channel map structure. More...
#include <ble_gapc.h>
Public Attributes | |
uint8_t | map [BLE_GAP_CHNL_MAP_LEN] |
This parameter contains 37 1-bit fields. More... | |
Channel map structure.
Definition at line 281 of file ble_gapc.h.
uint8_t ble_gap_chnl_map_t::map[BLE_GAP_CHNL_MAP_LEN] |
This parameter contains 37 1-bit fields.
The nth bit (n is in the range of 0 to 36) contains the value for the link layer channel index n. Channel n is unused = 0, channel n is used = 1. The most significant bits are reserved for future use.
Definition at line 283 of file ble_gapc.h.