Searched refs:btCoexDbgBuf (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_bt-coexist.c | 8888 static u8 btCoexDbgBuf[BT_TMP_BUF_SIZE]; variable 9380 rsprintf(btCoexDbgBuf, BT_TMP_BUF_SIZE, "\r\n ============[BT Coexist info]============"); in BTDM_Display8723ABtCoexInfo() 9381 DCMD_Printf(btCoexDbgBuf); in BTDM_Display8723ABtCoexInfo() 9384 rsprintf(btCoexDbgBuf, BT_TMP_BUF_SIZE, "\r\n BT not exists !!!"); in BTDM_Display8723ABtCoexInfo() 9385 DCMD_Printf(btCoexDbgBuf); in BTDM_Display8723ABtCoexInfo() 9390 rsprintf(btCoexDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/%d ", "Ant mechanism PG/Now run :", \ in BTDM_Display8723ABtCoexInfo() 9392 DCMD_Printf(btCoexDbgBuf); in BTDM_Display8723ABtCoexInfo() 9395 rsprintf(btCoexDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "[Action Manual control]!!"); in BTDM_Display8723ABtCoexInfo() 9396 DCMD_Printf(btCoexDbgBuf); in BTDM_Display8723ABtCoexInfo() 9398 rsprintf(btCoexDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s / %d", "BT stack/ hci ext ver", \ in BTDM_Display8723ABtCoexInfo() [all …]
|