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

Sent/Received Data parameters. More...

Data Fields

uint16_t cid
 CID identifying the L2CAP CBFC Channel that has sent or received the data . More...
 
uint16_t psm
 PSM allocated by the cid field. More...
 
uint16_t data_len
 Data length. More...
 
uint8_t * p_data
 Sent/Received data. More...
 

Detailed Description

Sent/Received Data parameters.

Field Documentation

◆ cid

uint16_t st_ble_l2cap_cf_data_evt_t::cid

CID identifying the L2CAP CBFC Channel that has sent or received the data .

◆ psm

uint16_t st_ble_l2cap_cf_data_evt_t::psm

PSM allocated by the cid field.

◆ data_len

uint16_t st_ble_l2cap_cf_data_evt_t::data_len

Data length.

◆ p_data

uint8_t* st_ble_l2cap_cf_data_evt_t::p_data

Sent/Received data.