LE credit based connection created indication. More...
#include <ble_l2cap.h>
Public Attributes | |
uint16_t | le_psm |
uint16_t | local_cid |
uint16_t | local_credits |
uint16_t | peer_credits |
uint16_t | peer_mtu |
uint16_t | peer_mps |
LE credit based connection created indication.
Definition at line 136 of file ble_l2cap.h.
uint16_t lecb_conn_ind_t::le_psm |
Le_psm number.
Definition at line 138 of file ble_l2cap.h.
uint16_t lecb_conn_ind_t::local_cid |
The local source channel ID.
Definition at line 139 of file ble_l2cap.h.
uint16_t lecb_conn_ind_t::local_credits |
It indicates the number of LE-frames that the local device can receive.
Definition at line 140 of file ble_l2cap.h.
uint16_t lecb_conn_ind_t::peer_credits |
It indicates the number of LE-frames that the peer device can receive.
Definition at line 141 of file ble_l2cap.h.
uint16_t lecb_conn_ind_t::peer_mps |
It indicates the maximum payload size (in octets) that the L2CAP layer entity sending the LE Credit Based Connection Request is capable of receiving on this channe.
Definition at line 144 of file ble_l2cap.h.
uint16_t lecb_conn_ind_t::peer_mtu |
It indicates the maximum SDU size (in octets) that the L2CAP layer entity sending the LE Credit Based Connection Request can receive on this channel.
Definition at line 142 of file ble_l2cap.h.