RDK Documentation (Open Sourced RDK Components)
_stBTRCoreHdl Struct Reference
Collaboration diagram for _stBTRCoreHdl:
Collaboration graph

Data Fields

tBTRCoreAVMediaHdl avMediaHdl
 
tBTRCoreLeHdl leHdl
 
void * connHdl
 
char * agentPath
 
unsigned int numOfAdapters
 
char * adapterPath [BTRCORE_MAX_NUM_BT_ADAPTERS]
 
char * adapterAddr [BTRCORE_MAX_NUM_BT_ADAPTERS]
 
char * curAdapterPath
 
char * curAdapterAddr
 
unsigned int numOfScannedDevices
 
stBTRCoreBTDevice stScannedDevicesArr [BTRCORE_MAX_NUM_BT_DEVICES]
 
stBTRCoreDevStateInfo stScannedDevStInfoArr [BTRCORE_MAX_NUM_BT_DEVICES]
 
unsigned int numOfPairedDevices
 
stBTRCoreBTDevice stKnownDevicesArr [BTRCORE_MAX_NUM_BT_DEVICES]
 
stBTRCoreDevStateInfo stKnownDevStInfoArr [BTRCORE_MAX_NUM_BT_DEVICES]
 
stBTRCoreDiscoveryCBInfo stDiscoveryCbInfo
 
stBTRCoreDevStatusCBInfo stDevStatusCbInfo
 
stBTRCoreMediaStatusCBInfo stMediaStatusCbInfo
 
stBTRCoreConnCBInfo stConnCbInfo
 
fPtr_BTRCore_DeviceDiscCb fpcBBTRCoreDeviceDisc
 
fPtr_BTRCore_StatusCb fpcBBTRCoreStatus
 
fPtr_BTRCore_MediaStatusCb fpcBBTRCoreMediaStatus
 
fPtr_BTRCore_ConnIntimCb fpcBBTRCoreConnIntim
 
fPtr_BTRCore_ConnAuthCb fpcBBTRCoreConnAuth
 
void * pvcBDevDiscUserData
 
void * pvcBStatusUserData
 
void * pvcBMediaStatusUserData
 
void * pvcBConnIntimUserData
 
void * pvcBConnAuthUserData
 
GThread * pThreadRunTask
 
GAsyncQueue * pGAQueueRunTask
 
GThread * pThreadOutTask
 
GAsyncQueue * pGAQueueOutTask
 
enBTRCoreDeviceType aenDeviceDiscoveryType
 

yes

Definition at line 96 of file btrCore.c.

Field Documentation

◆ avMediaHdl

tBTRCoreAVMediaHdl _stBTRCoreHdl::avMediaHdl

Definition at line 98 of file btrCore.c.

◆ leHdl

tBTRCoreLeHdl _stBTRCoreHdl::leHdl

Definition at line 99 of file btrCore.c.

◆ connHdl

void* _stBTRCoreHdl::connHdl

Definition at line 101 of file btrCore.c.

◆ agentPath

char* _stBTRCoreHdl::agentPath

Definition at line 102 of file btrCore.c.

◆ numOfAdapters

unsigned int _stBTRCoreHdl::numOfAdapters

Definition at line 104 of file btrCore.c.

◆ adapterPath

char* _stBTRCoreHdl::adapterPath[BTRCORE_MAX_NUM_BT_ADAPTERS]

Definition at line 105 of file btrCore.c.

◆ adapterAddr

char* _stBTRCoreHdl::adapterAddr[BTRCORE_MAX_NUM_BT_ADAPTERS]

Definition at line 106 of file btrCore.c.

◆ curAdapterPath

char* _stBTRCoreHdl::curAdapterPath

Definition at line 108 of file btrCore.c.

◆ curAdapterAddr

char* _stBTRCoreHdl::curAdapterAddr

Definition at line 109 of file btrCore.c.

◆ numOfScannedDevices

unsigned int _stBTRCoreHdl::numOfScannedDevices

Definition at line 111 of file btrCore.c.

◆ stScannedDevicesArr

stBTRCoreBTDevice _stBTRCoreHdl::stScannedDevicesArr[BTRCORE_MAX_NUM_BT_DEVICES]

Definition at line 112 of file btrCore.c.

◆ stScannedDevStInfoArr

stBTRCoreDevStateInfo _stBTRCoreHdl::stScannedDevStInfoArr[BTRCORE_MAX_NUM_BT_DEVICES]

Definition at line 113 of file btrCore.c.

◆ numOfPairedDevices

unsigned int _stBTRCoreHdl::numOfPairedDevices

Definition at line 115 of file btrCore.c.

◆ stKnownDevicesArr

stBTRCoreBTDevice _stBTRCoreHdl::stKnownDevicesArr[BTRCORE_MAX_NUM_BT_DEVICES]

Definition at line 116 of file btrCore.c.

◆ stKnownDevStInfoArr

stBTRCoreDevStateInfo _stBTRCoreHdl::stKnownDevStInfoArr[BTRCORE_MAX_NUM_BT_DEVICES]

Definition at line 117 of file btrCore.c.

◆ stDiscoveryCbInfo

stBTRCoreDiscoveryCBInfo _stBTRCoreHdl::stDiscoveryCbInfo

Definition at line 120 of file btrCore.c.

◆ stDevStatusCbInfo

stBTRCoreDevStatusCBInfo _stBTRCoreHdl::stDevStatusCbInfo

Definition at line 121 of file btrCore.c.

◆ stMediaStatusCbInfo

stBTRCoreMediaStatusCBInfo _stBTRCoreHdl::stMediaStatusCbInfo

Definition at line 122 of file btrCore.c.

◆ stConnCbInfo

stBTRCoreConnCBInfo _stBTRCoreHdl::stConnCbInfo

Definition at line 123 of file btrCore.c.

◆ fpcBBTRCoreDeviceDisc

fPtr_BTRCore_DeviceDiscCb _stBTRCoreHdl::fpcBBTRCoreDeviceDisc

Definition at line 125 of file btrCore.c.

◆ fpcBBTRCoreStatus

fPtr_BTRCore_StatusCb _stBTRCoreHdl::fpcBBTRCoreStatus

Definition at line 126 of file btrCore.c.

◆ fpcBBTRCoreMediaStatus

fPtr_BTRCore_MediaStatusCb _stBTRCoreHdl::fpcBBTRCoreMediaStatus

Definition at line 127 of file btrCore.c.

◆ fpcBBTRCoreConnIntim

fPtr_BTRCore_ConnIntimCb _stBTRCoreHdl::fpcBBTRCoreConnIntim

Definition at line 128 of file btrCore.c.

◆ fpcBBTRCoreConnAuth

fPtr_BTRCore_ConnAuthCb _stBTRCoreHdl::fpcBBTRCoreConnAuth

Definition at line 129 of file btrCore.c.

◆ pvcBDevDiscUserData

void* _stBTRCoreHdl::pvcBDevDiscUserData

Definition at line 131 of file btrCore.c.

◆ pvcBStatusUserData

void* _stBTRCoreHdl::pvcBStatusUserData

Definition at line 132 of file btrCore.c.

◆ pvcBMediaStatusUserData

void* _stBTRCoreHdl::pvcBMediaStatusUserData

Definition at line 133 of file btrCore.c.

◆ pvcBConnIntimUserData

void* _stBTRCoreHdl::pvcBConnIntimUserData

Definition at line 134 of file btrCore.c.

◆ pvcBConnAuthUserData

void* _stBTRCoreHdl::pvcBConnAuthUserData

Definition at line 135 of file btrCore.c.

◆ pThreadRunTask

GThread* _stBTRCoreHdl::pThreadRunTask

Definition at line 138 of file btrCore.c.

◆ pGAQueueRunTask

GAsyncQueue* _stBTRCoreHdl::pGAQueueRunTask

Definition at line 139 of file btrCore.c.

◆ pThreadOutTask

GThread* _stBTRCoreHdl::pThreadOutTask

Definition at line 141 of file btrCore.c.

◆ pGAQueueOutTask

GAsyncQueue* _stBTRCoreHdl::pGAQueueOutTask

Definition at line 142 of file btrCore.c.

◆ aenDeviceDiscoveryType

enBTRCoreDeviceType _stBTRCoreHdl::aenDeviceDiscoveryType

Definition at line 143 of file btrCore.c.


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