SDU packet parameter. More...
#include <ble_l2cap.h>
Public Attributes | |
uint16_t | cid |
The local source channel. More... | |
uint16_t | credits |
The credits is 0 if this packet is being sent, otherwise it represents the number of credits consumed by the sdu. More... | |
uint16_t | length |
The lenght of data. More... | |
uint8_t | data [__ARRAY_EMPTY] |
The data of this sdu packet. More... | |
SDU packet parameter.
Definition at line 122 of file ble_l2cap.h.
uint16_t lecb_sdu_t::cid |
The local source channel.
Definition at line 124 of file ble_l2cap.h.
uint16_t lecb_sdu_t::credits |
The credits is 0 if this packet is being sent, otherwise it represents the number of credits consumed by the sdu.
Definition at line 125 of file ble_l2cap.h.
uint8_t lecb_sdu_t::data[__ARRAY_EMPTY] |
The data of this sdu packet.
Definition at line 127 of file ble_l2cap.h.
uint16_t lecb_sdu_t::length |
The lenght of data.
Definition at line 126 of file ble_l2cap.h.