All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

BLE packet structure (as defined by the BLE standard) More...

Detailed Description

BLE packet structure (as defined by the BLE standard)

Definition at line 104 of file ble.h.

#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)
 

Field Documentation

◆ flags

uint8_t netdev_ble_pkt_t::flags

header flags

Definition at line 105 of file ble.h.

◆ len

uint8_t netdev_ble_pkt_t::len

actual length of PDU

Definition at line 106 of file ble.h.

◆ pdu

uint8_t netdev_ble_pkt_t::pdu[NETDEV_BLE_PDU_MAXLEN]

protocol data unit (PDU)

Definition at line 107 of file ble.h.


The documentation for this struct was generated from the following file: