SDU packet parameter. More...
#include <ble_l2cap.h>
Data Fields | |
uint16_t | cid |
uint16_t | credits |
uint16_t | length |
uint8_t | data [__ARRAY_EMPTY] |
SDU packet parameter.
uint16_t lecb_sdu_t::cid |
The local source channel.
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.
uint8_t lecb_sdu_t::data[__ARRAY_EMPTY] |
The data of this sdu packet.
uint16_t lecb_sdu_t::length |
The lenght of data.