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

st_ble_l2cap_cf_evt_data_t is the type of the data notified in a L2CAP Event. More...

Data Fields

uint16_t conn_hdl
 Connection handle identifying the remote device. More...
 
uint16_t param_len
 The size of L2CAP Event parameters. More...
 
void * p_param
 L2CAP Event parameters. This parameter differs in each L2CAP Event. More...
 

Detailed Description

st_ble_l2cap_cf_evt_data_t is the type of the data notified in a L2CAP Event.

Field Documentation

◆ conn_hdl

uint16_t st_ble_l2cap_cf_evt_data_t::conn_hdl

Connection handle identifying the remote device.

◆ param_len

uint16_t st_ble_l2cap_cf_evt_data_t::param_len

The size of L2CAP Event parameters.

◆ p_param

void* st_ble_l2cap_cf_evt_data_t::p_param

L2CAP Event parameters. This parameter differs in each L2CAP Event.