Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
st_ble_gap_rd_ch_map_evt_t Struct Reference

This structure notifies that Channel Map has been acquired by R_BLE_GAP_ReadChMap(). More...

Data Fields

uint16_t conn_hdl
 Connection handle identifying the link whose Channel Map was acquired. More...
 
uint8_t ch_map [BLE_GAP_CH_MAP_SIZE]
 Channel Map. More...
 

Detailed Description

This structure notifies that Channel Map has been acquired by R_BLE_GAP_ReadChMap().

Field Documentation

◆ conn_hdl

uint16_t st_ble_gap_rd_ch_map_evt_t::conn_hdl

Connection handle identifying the link whose Channel Map was acquired.

◆ ch_map

uint8_t st_ble_gap_rd_ch_map_evt_t::ch_map[BLE_GAP_CH_MAP_SIZE]

Channel Map.