LE enhanced credit based connection confirm parameter. More...
#include <ble_l2cap.h>
Public Attributes | |
bool | accept |
uint16_t | mtu |
uint16_t | mps |
uint16_t | local_credits |
uint16_t | chl_num |
uint16_t | peer_cid [5] |
uint16_t | local_cid [5] |
LE enhanced credit based connection confirm parameter.
Definition at line 158 of file ble_l2cap.h.
bool ble_l2cap_enh_lecb_cfm_conn_t::accept |
Whether to accept the enhanced lecb connection request.
Definition at line 159 of file ble_l2cap.h.
uint16_t ble_l2cap_enh_lecb_cfm_conn_t::chl_num |
The chl_num field specifies the number of channel created.
Definition at line 163 of file ble_l2cap.h.
uint16_t ble_l2cap_enh_lecb_cfm_conn_t::local_cid[5] |
The local_cid is an array of 5 two octet values and represents the channel endpoints on the device sending the response.
Definition at line 165 of file ble_l2cap.h.
uint16_t ble_l2cap_enh_lecb_cfm_conn_t::local_credits |
The local_credits field specifies the number of F-frames that the peer device can send to the L2CAP layer entity sending respone.
Definition at line 162 of file ble_l2cap.h.
uint16_t ble_l2cap_enh_lecb_cfm_conn_t::mps |
The MPS field specifies the maximum payload size (in octets) that the L2CAP layer entity sending the response is capable of receiving on these channels.
Definition at line 161 of file ble_l2cap.h.
uint16_t ble_l2cap_enh_lecb_cfm_conn_t::mtu |
The MTU field specifies the maximum SDU size (in octets) that the L2CAP layer entity sending the response can receive on these channels.
Definition at line 160 of file ble_l2cap.h.
uint16_t ble_l2cap_enh_lecb_cfm_conn_t::peer_cid[5] |
The peer_cid is an array of 5 two octet values and represents the channel endpoints on the device sending the resquest.
Definition at line 164 of file ble_l2cap.h.