L2cap Reconfig Enhanced credit Indicate event for BLE_L2CAP_EVT_ENH_RECONFIG_IND. More...
#include <ble_l2cap.h>
Public Attributes | |
uint16_t | peer_mtu |
uint16_t | peer_mps |
uint16_t | chl_num |
uint16_t | local_cid [5] |
L2cap Reconfig Enhanced credit Indicate event for BLE_L2CAP_EVT_ENH_RECONFIG_IND.
Definition at line 262 of file ble_l2cap.h.
uint16_t ble_l2cap_evt_enh_reconfig_ind_t::chl_num |
It specifies the number of channel need to reconfigure, it shall not greater than 5.
Definition at line 266 of file ble_l2cap.h.
uint16_t ble_l2cap_evt_enh_reconfig_ind_t::local_cid[5] |
It represents the local channel endpoints need to reconfigure.
Definition at line 267 of file ble_l2cap.h.
uint16_t ble_l2cap_evt_enh_reconfig_ind_t::peer_mps |
It indicates the maximum payload size (in octets) that the L2CAP layer entity of peer device can receive on these channels.
Definition at line 265 of file ble_l2cap.h.
uint16_t ble_l2cap_evt_enh_reconfig_ind_t::peer_mtu |
It indicates the maximum SDU size (in octets) that the L2CAP layer entity of peer device can receive on these channels.
Definition at line 264 of file ble_l2cap.h.