Searched refs:btCoexDbgBuf (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/staging/rtl8723au/hal/ |
| D | rtl8723a_bt-coexist.c | 8884 static u8 btCoexDbgBuf[BT_TMP_BUF_SIZE]; variable 9376 snprintf(btCoexDbgBuf, BT_TMP_BUF_SIZE, "\r\n ============[BT Coexist info]============"); in BTDM_Display8723ABtCoexInfo() 9377 DCMD_Printf(btCoexDbgBuf); in BTDM_Display8723ABtCoexInfo() 9380 snprintf(btCoexDbgBuf, BT_TMP_BUF_SIZE, "\r\n BT not exists !!!"); in BTDM_Display8723ABtCoexInfo() 9381 DCMD_Printf(btCoexDbgBuf); in BTDM_Display8723ABtCoexInfo() 9386 snprintf(btCoexDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/%d ", "Ant mechanism PG/Now run :", \ in BTDM_Display8723ABtCoexInfo() 9388 DCMD_Printf(btCoexDbgBuf); in BTDM_Display8723ABtCoexInfo() 9391 snprintf(btCoexDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "[Action Manual control]!!"); in BTDM_Display8723ABtCoexInfo() 9392 DCMD_Printf(btCoexDbgBuf); in BTDM_Display8723ABtCoexInfo() 9394 snprintf(btCoexDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s / %d", "BT stack/ hci ext ver", \ in BTDM_Display8723ABtCoexInfo() [all …]
|