Home
last modified time | relevance | path

Searched refs:pBtLinkInfo (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/staging/rtl8723bs/hal/
H A DHalBtc8723b1Ant.c425 struct btc_bt_link_info *pBtLinkInfo = &pBtCoexist->btLinkInfo; in halbtc8723b1ant_UpdateBtLinkInfo() local
430 pBtLinkInfo->bBtLinkExist = pCoexSta->bBtLinkExist; in halbtc8723b1ant_UpdateBtLinkInfo()
431 pBtLinkInfo->bScoExist = pCoexSta->bScoExist; in halbtc8723b1ant_UpdateBtLinkInfo()
432 pBtLinkInfo->bA2dpExist = pCoexSta->bA2dpExist; in halbtc8723b1ant_UpdateBtLinkInfo()
433 pBtLinkInfo->bPanExist = pCoexSta->bPanExist; in halbtc8723b1ant_UpdateBtLinkInfo()
434 pBtLinkInfo->bHidExist = pCoexSta->bHidExist; in halbtc8723b1ant_UpdateBtLinkInfo()
438 pBtLinkInfo->bPanExist = true; in halbtc8723b1ant_UpdateBtLinkInfo()
439 pBtLinkInfo->bBtLinkExist = true; in halbtc8723b1ant_UpdateBtLinkInfo()
444 pBtLinkInfo->bScoExist && in halbtc8723b1ant_UpdateBtLinkInfo()
445 !pBtLinkInfo->bA2dpExist && in halbtc8723b1ant_UpdateBtLinkInfo()
[all …]
H A DHalBtc8723b2Ant.c226 struct btc_bt_link_info *pBtLinkInfo = &pBtCoexist->btLinkInfo; in halbtc8723b2ant_UpdateBtLinkInfo() local
231 pBtLinkInfo->bBtLinkExist = pCoexSta->bBtLinkExist; in halbtc8723b2ant_UpdateBtLinkInfo()
232 pBtLinkInfo->bScoExist = pCoexSta->bScoExist; in halbtc8723b2ant_UpdateBtLinkInfo()
233 pBtLinkInfo->bA2dpExist = pCoexSta->bA2dpExist; in halbtc8723b2ant_UpdateBtLinkInfo()
234 pBtLinkInfo->bPanExist = pCoexSta->bPanExist; in halbtc8723b2ant_UpdateBtLinkInfo()
235 pBtLinkInfo->bHidExist = pCoexSta->bHidExist; in halbtc8723b2ant_UpdateBtLinkInfo()
239 pBtLinkInfo->bPanExist = true; in halbtc8723b2ant_UpdateBtLinkInfo()
240 pBtLinkInfo->bBtLinkExist = true; in halbtc8723b2ant_UpdateBtLinkInfo()
245 pBtLinkInfo->bScoExist && in halbtc8723b2ant_UpdateBtLinkInfo()
246 !pBtLinkInfo->bA2dpExist && in halbtc8723b2ant_UpdateBtLinkInfo()
[all …]