FreeRTOS:
BLE
BLE
|
Return to main page ↑ |
Bluetooth Adapter Property data structure. More...
#include <bt_hal_manager.h>
Data Fields | |
BTPropertyType_t | xType |
size_t | xLen |
void * | pvVal |
Bluetooth Adapter Property data structure.
BTPropertyType_t BTProperty_t::xType |
Property type.
size_t BTProperty_t::xLen |
Property value length.
void* BTProperty_t::pvVal |
Property value.