FreeRTOS:
BLE
BLE
|
Return to main page ↑ |
Structure that contains all advertisements info. Used to compress parameters in BTTrackAdvEventCallback_t. More...
#include <bt_hal_gatt_types.h>
Data Fields | |
uint8_t | ucClientIf |
uint8_t | ucFiltIndex |
uint8_t | ucAdvertiserState |
uint8_t | ucAdvertiserInfoPresent |
uint8_t | ucAddrType |
uint8_t | ucTxPower |
int8_t | cRssiValue |
uint16_t | usTimeStamp |
BTBdaddr_t | xBdAddr |
uint8_t | ucAdvPktLen |
uint8_t * | pucAdvPktData |
size_t | xScanRspLen |
uint8_t * | pucScanRspData |
Structure that contains all advertisements info. Used to compress parameters in BTTrackAdvEventCallback_t.
uint8_t BTGattTrackAdvInfo_t::ucClientIf |
Client GATT interface.
uint8_t BTGattTrackAdvInfo_t::ucFiltIndex |
.
uint8_t BTGattTrackAdvInfo_t::ucAdvertiserState |
.
uint8_t BTGattTrackAdvInfo_t::ucAdvertiserInfoPresent |
.
uint8_t BTGattTrackAdvInfo_t::ucAddrType |
.
uint8_t BTGattTrackAdvInfo_t::ucTxPower |
.
int8_t BTGattTrackAdvInfo_t::cRssiValue |
.
uint16_t BTGattTrackAdvInfo_t::usTimeStamp |
.
BTBdaddr_t BTGattTrackAdvInfo_t::xBdAddr |
.
uint8_t BTGattTrackAdvInfo_t::ucAdvPktLen |
.
uint8_t* BTGattTrackAdvInfo_t::pucAdvPktData |
.
size_t BTGattTrackAdvInfo_t::xScanRspLen |
.
uint8_t* BTGattTrackAdvInfo_t::pucScanRspData |
.