ble_l2cap_lecb_add_credits_t Struct Reference

LE flow control credit packet parameter. More...

#include <ble_l2cap.h>

Public Attributes

uint16_t local_cid
 The local source channel ID. More...
 
uint16_t credits
 Number of credits that the receiving device can increment. More...
 

Detailed Description

LE flow control credit packet parameter.


Definition at line 110 of file ble_l2cap.h.

Member Data Documentation

◆ credits

uint16_t ble_l2cap_lecb_add_credits_t::credits

Number of credits that the receiving device can increment.

Definition at line 113 of file ble_l2cap.h.

◆ local_cid

uint16_t ble_l2cap_lecb_add_credits_t::local_cid

The local source channel ID.

Definition at line 112 of file ble_l2cap.h.


The documentation for this struct was generated from the following file: