Channel map structure. More...
#include <ble_gapc.h>
Public Attributes | |
uint8_t | map [GAP_CHNL_MAP_LEN] |
This parameter contains 37 1-bit fields. More... | |
Channel map structure.
Definition at line 391 of file ble_gapc.h.
uint8_t gap_chnl_map_t::map[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 393 of file ble_gapc.h.