RDK Documentation (Open Sourced RDK Components)
btrMgr_SysDiag.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _stBTRMgrSysDiagStatus
 

Macros

#define BTRMGR_STR_LEN_MAX   256
 
#define BTRMGR_SYS_DIAG_PWRST_OFF   "off"
 
#define BTRMGR_SYS_DIAG_PWRST_STANDBY   "standby"
 
#define BTRMGR_SYS_DIAG_PWRST_ON   "on"
 
#define BTRMGR_SYS_DIAG_PWRST_STDBY_LIGHT_SLEEP   "stby_light_sleep"
 
#define BTRMGR_SYS_DIAG_PWRST_STDBY_DEEP_SLEEP   "stby_deep_sleep"
 
#define BTRMGR_SYS_DIAG_PWRST_UNKNOWN   "unknown"
 

Typedefs

typedef void * tBTRMgrSDHdl
 
typedef enum _BTRMGR_SysDiagChar_t BTRMGR_SysDiagChar_t
 
typedef struct _stBTRMgrSysDiagStatus stBTRMgrSysDiagStatus
 
typedef eBTRMgrRet(* fPtr_BTRMgr_SD_StatusCb) (stBTRMgrSysDiagStatus *apstBtrMgrSdStatus, void *apvUserData)
 

Enumerations

enum  _BTRMGR_SysDiagChar_t
 

Functions

eBTRMgrRet BTRMgr_SD_Init (tBTRMgrSDHdl *hBTRMgrSdHdl, fPtr_BTRMgr_SD_StatusCb afpcBSdStatus, void *apvUserData)
 
eBTRMgrRet BTRMgr_SD_DeInit (tBTRMgrSDHdl hBTRMgrSdHdl)
 
eBTRMgrRet BTRMGR_SysDiag_GetData (tBTRMgrSDHdl hBTRMgrSdHdl, BTRMGR_SysDiagChar_t aenSysDiagChar, char *aData)
 
eBTRMgrRet BTRMGR_SysDiag_ConnectToWifi (tBTRMgrSDHdl hBTRMgrSdHdl, char *aSSID, char *aPassword, int aSecurityMode)
 

Data Structure Documentation

◆ _stBTRMgrSysDiagStatus

struct _stBTRMgrSysDiagStatus

Definition at line 66 of file btrMgr_SysDiag.h.

Collaboration diagram for _stBTRMgrSysDiagStatus:
Collaboration graph
Data Fields
BTRMGR_SysDiagChar_t enSysDiagChar
char pcSysDiagRes[256]