![]() |
Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
|
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... | |
Sent/Received Data parameters.
uint16_t st_ble_l2cap_cf_data_evt_t::cid |
CID identifying the L2CAP CBFC Channel that has sent or received the data .
uint16_t st_ble_l2cap_cf_data_evt_t::psm |
PSM allocated by the cid field.
uint16_t st_ble_l2cap_cf_data_evt_t::data_len |
Data length.
uint8_t* st_ble_l2cap_cf_data_evt_t::p_data |
Sent/Received data.