FreeRTOS: BLE
BLE
Return to main page ↑
BTGattTrackAdvInfo_t Struct Reference

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
 

Detailed Description

Structure that contains all advertisements info. Used to compress parameters in BTTrackAdvEventCallback_t.

Field Documentation

◆ ucClientIf

uint8_t BTGattTrackAdvInfo_t::ucClientIf

Client GATT interface.

◆ ucFiltIndex

uint8_t BTGattTrackAdvInfo_t::ucFiltIndex

.

◆ ucAdvertiserState

uint8_t BTGattTrackAdvInfo_t::ucAdvertiserState

.

◆ ucAdvertiserInfoPresent

uint8_t BTGattTrackAdvInfo_t::ucAdvertiserInfoPresent

.

◆ ucAddrType

uint8_t BTGattTrackAdvInfo_t::ucAddrType

.

◆ ucTxPower

uint8_t BTGattTrackAdvInfo_t::ucTxPower

.

◆ cRssiValue

int8_t BTGattTrackAdvInfo_t::cRssiValue

.

◆ usTimeStamp

uint16_t BTGattTrackAdvInfo_t::usTimeStamp

.

◆ xBdAddr

BTBdaddr_t BTGattTrackAdvInfo_t::xBdAddr

.

◆ ucAdvPktLen

uint8_t BTGattTrackAdvInfo_t::ucAdvPktLen

.

◆ pucAdvPktData

uint8_t* BTGattTrackAdvInfo_t::pucAdvPktData

.

◆ xScanRspLen

size_t BTGattTrackAdvInfo_t::xScanRspLen

.

◆ pucScanRspData

uint8_t* BTGattTrackAdvInfo_t::pucScanRspData

.


The documentation for this struct was generated from the following file: