sl_bt_evt_l2cap_channel_creditL2CAP Connection Oriented Channels#
Indicates that flow control credits are received on a channel informing that the peer channel endpoint is capable of receiving more data.
Data Structures | |
struct | |
Data structure of the channel_credit event. | |
Macros | |
#define | sl_bt_evt_l2cap_channel_credit_id 0x044300a0 |
Identifier of the channel_credit event. | |
Detailed Description#
Indicates that flow control credits are received on a channel informing that the peer channel endpoint is capable of receiving more data.
Data Structure Documentation#
◆sl_bt_evt_l2cap_channel_credit_s#
struct sl_bt_evt_l2cap_channel_credit_s |
Data structure of the channel_credit event.
Data Fields | |
---|---|
uint8_t | |
connection | The Bluetooth connection handle on which the credit is received |
uint16_t | |
cid | The channel identifier |
uint16_t | |
credit | The credit value, i.e., the additional number of PDUs the peer channel endpoint can receive |