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

L2CAP CBFC Channel connection parameters. More...

Data Fields

uint16_t cid
 CID identifying the L2CAP CBFC Channel. More...
 
uint16_t psm
 PSM allocated by the cid field. More...
 
uint16_t mtu
 MTU of local/remote device. More...
 
uint16_t mps
 MPS of local/remote device. More...
 
uint16_t credit
 Credit of local/remote device. More...
 

Detailed Description

L2CAP CBFC Channel connection parameters.

Field Documentation

◆ cid

uint16_t st_ble_l2cap_cf_conn_evt_t::cid

CID identifying the L2CAP CBFC Channel.

◆ psm

uint16_t st_ble_l2cap_cf_conn_evt_t::psm

PSM allocated by the cid field.

◆ mtu

uint16_t st_ble_l2cap_cf_conn_evt_t::mtu

MTU of local/remote device.

◆ mps

uint16_t st_ble_l2cap_cf_conn_evt_t::mps

MPS of local/remote device.

◆ credit

uint16_t st_ble_l2cap_cf_conn_evt_t::credit

Credit of local/remote device.