The parameter of LE enhanced credit based connection request packet sending. More...
#include <ble_l2cap.h>
Public Attributes | |
uint16_t | le_psm |
uint16_t | mtu |
uint16_t | mps |
uint16_t | local_credits |
uint16_t | chl_num |
uint16_t | local_cid [5] |
The parameter of LE enhanced credit based connection request packet sending.
Definition at line 138 of file ble_l2cap.h.
uint16_t ble_l2cap_enh_lecb_conn_req_t::chl_num |
It specifies the number of channel need to reconfigure, it shall not greater than 5.
Definition at line 144 of file ble_l2cap.h.
uint16_t ble_l2cap_enh_lecb_conn_req_t::le_psm |
The le_psm number.
Definition at line 140 of file ble_l2cap.h.
uint16_t ble_l2cap_enh_lecb_conn_req_t::local_cid[5] |
The Source CID is an array of 5 two octet values and represents the channel endpoints on the device sending the request.
Definition at line 145 of file ble_l2cap.h.
uint16_t ble_l2cap_enh_lecb_conn_req_t::local_credits |
The local credits, it indicates the number of F-frames that the peer device can send to the L2CAP layer entity sending the LE Credit Based Connection Request.
Definition at line 143 of file ble_l2cap.h.
uint16_t ble_l2cap_enh_lecb_conn_req_t::mps |
The MPS field specifies the maximum payload size (in octets) that the L2CAP layer entity sending the enhanced LE Credit Based Connection Request is capable of receiving on these channels.
Definition at line 142 of file ble_l2cap.h.
uint16_t ble_l2cap_enh_lecb_conn_req_t::mtu |
The MTU field specifies the maximum SDU size (in octets) that the L2CAP layer entity sending the enhanced LE Credit Based Connection Request can receive on each of these channels.
Definition at line 141 of file ble_l2cap.h.