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

Credit parameters of local or remote device. 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 credit
 Current credit of local/remote device. More...
 

Detailed Description

Credit parameters of local or remote device.

Field Documentation

◆ cid

uint16_t st_ble_l2cap_cf_credit_evt_t::cid

CID identifying the L2CAP CBFC Channel.

◆ psm

uint16_t st_ble_l2cap_cf_credit_evt_t::psm

PSM allocated by the cid field.

◆ credit

uint16_t st_ble_l2cap_cf_credit_evt_t::credit

Current credit of local/remote device.