Cypress PSoC 6 Bluetooth Low Energy Middleware Library 3.60
cy_stc_ble_channel_map_info_t Struct Reference

Description

Channel Map Parameters Information.

Data Fields

uint8_t bdHandle
 Peer bdHandle.
 
uint8_t * channelMap
 This parameter contains a five-octet byte stream in little endian format. More...
 

Field Documentation

◆ channelMap

uint8_t* cy_stc_ble_channel_map_info_t::channelMap

This parameter contains a five-octet byte stream in little endian format.

Least significant byte of this stream corresponds to bit fields 0 to 7 and the most significant byte of this stream corresponds to bit fields 32 to 36. The nth bit field (in the range 0 to 36) contains the value for the link layer channel index n. Allowed values and their interpretation are,

  • 0x00u - Channel 'n' is bad.
  • 0x01u - Channel 'n' is unknown. The most significant bits (37 to 39) are reserved and will be set to 0. At least one channel will be marked as unknown. For example-
  • expected byte stream = XX XX XX XX 1F
  • not expected byte stream = XX XX XX XX 10, XX XX XX XX 2f MSB 3 bits should be not set. (1F is most significant byte in this case)