ESP-IDF
otBleRadioPacket
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otBleRadioPacket
otBleRadioPacket struct
Represents a BLE packet.
Syntax
Show:
Summary
Declaration
from
ble.h:118
typedef
struct
otBleRadioPacket
{
uint8_t
*
mValue
;
uint16_t
mLength
;
int8_t
mPower
;
}
otBleRadioPacket
;
Fields
Field
Declared as
otBleRadioPacket::mValue
uint8_t
*
otBleRadioPacket::mLength
uint16_t
otBleRadioPacket::mPower
int8_t
Related Functions
Found 2 other functions taking a
otBleRadioPacket
argument:
Function
Description
otPlatBleGattServerIndicate()
@section Bluetooth Low Energy GATT Server. Sends ATT Handle Value Indication.
otPlatBleGattServerOnWriteRequest()
The BLE driver calls this method to notify OpenThread that an ATT Write Request packet has been received.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out