Searched defs:HCIDisp1Ext (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nci/src/static-lib-adapt/
H A DProtoDispBluetoothHci.c46 static UINT8* HCIDisp1Ext (char *p_descr, UINT8 *p_data, char * p_ext);
55 UINT8 *HCIDisp1Ext (char *p_descr, UINT8 *p_data, char * p_ext) function
86 p = HCIDisp1Ext("Sleep_Mode", p, (*p <= 12) ? modes_str[*p] : "");
89 p = HCIDisp1Ext("BT_WAKE_Active_Mode", p, (*p == 0) ? "Active Low" : ((*p == 1) ? "Active High" : ""));
90 p = HCIDisp1Ext("HOST_WAKE_Active_Mode", p, (*p == 0) ? "Active Low" : ((*p == 1) ? "Active High" : ""));
94 p = HCIDisp1Ext("Active_Connection_Handling_On_Suspend", p, (*p == 0) ? "Maintain connections; sleep when timed activity allows" : ((*p == 1) ? "Sleep until resume is detected" : ""));

Completed in 516 milliseconds