otBleRadioPacket
#include <ble.h>
Represents a BLE packet.
Summary
Public attributes |
|
---|---|
mLength
|
uint16_t
Length of the
mValue . |
mPower
|
int8_t
Transmit/receive power in dBm.
|
mValue
|
uint8_t *
The value of an attribute.
|
Public attributes
mLength
uint16_t otBleRadioPacket::mLength
Length of the mValue
.
mPower
int8_t otBleRadioPacket::mPower
Transmit/receive power in dBm.
mValue
uint8_t * otBleRadioPacket::mValue
The value of an attribute.
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.