Represents a BLE packet.

Public Attributes#

uint8_t *

The value of an attribute.

uint16_t

Length of the mValue.

int8_t

Transmit/receive power in dBm.

Public Attribute Documentation#

mValue#

uint8_t* otBleRadioPacket::mValue

The value of an attribute.


Definition at line 113 of file include/openthread/platform/ble.h

mLength#

uint16_t otBleRadioPacket::mLength

Length of the mValue.


Definition at line 114 of file include/openthread/platform/ble.h

mPower#

int8_t otBleRadioPacket::mPower

Transmit/receive power in dBm.


Definition at line 115 of file include/openthread/platform/ble.h