BLE packet structure (as defined by the BLE standard) More...
#include <ble.h>
Data Fields | |
uint8_t | flags |
header flags | |
uint8_t | len |
actual length of PDU | |
uint8_t | pdu [NETDEV_BLE_PDU_MAXLEN] |
protocol data unit (PDU) | |
uint8_t netdev_ble_pkt_t::pdu[NETDEV_BLE_PDU_MAXLEN] |