ble_l2cap_evt_add_credits_ind_t Struct Reference

L2cap Credits Add Indicate event for BLE_L2CAP_EVT_ADD_CREDITS_IND. More...

#include <ble_l2cap.h>

Public Attributes

uint16_t local_cid
 The local source channel ID. More...
 
uint16_t peer_added_credits
 Represent number of credits the receiving device can increment. More...
 

Detailed Description

L2cap Credits Add Indicate event for BLE_L2CAP_EVT_ADD_CREDITS_IND.

Definition at line 155 of file ble_l2cap.h.

Member Data Documentation

◆ local_cid

uint16_t ble_l2cap_evt_add_credits_ind_t::local_cid

The local source channel ID.

Definition at line 157 of file ble_l2cap.h.

◆ peer_added_credits

uint16_t ble_l2cap_evt_add_credits_ind_t::peer_added_credits

Represent number of credits the receiving device can increment.

Definition at line 158 of file ble_l2cap.h.


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