Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/hal/
DHalBtc8723b1Ant.c518 PBTC_BT_LINK_INFO pBtLinkInfo = &pBtCoexist->btLinkInfo; in halbtc8723b1ant_UpdateBtLinkInfo() local
523 pBtLinkInfo->bBtLinkExist = pCoexSta->bBtLinkExist; in halbtc8723b1ant_UpdateBtLinkInfo()
524 pBtLinkInfo->bScoExist = pCoexSta->bScoExist; in halbtc8723b1ant_UpdateBtLinkInfo()
525 pBtLinkInfo->bA2dpExist = pCoexSta->bA2dpExist; in halbtc8723b1ant_UpdateBtLinkInfo()
526 pBtLinkInfo->bPanExist = pCoexSta->bPanExist; in halbtc8723b1ant_UpdateBtLinkInfo()
527 pBtLinkInfo->bHidExist = pCoexSta->bHidExist; in halbtc8723b1ant_UpdateBtLinkInfo()
531 pBtLinkInfo->bPanExist = true; in halbtc8723b1ant_UpdateBtLinkInfo()
532 pBtLinkInfo->bBtLinkExist = true; in halbtc8723b1ant_UpdateBtLinkInfo()
537 pBtLinkInfo->bScoExist && in halbtc8723b1ant_UpdateBtLinkInfo()
538 !pBtLinkInfo->bA2dpExist && in halbtc8723b1ant_UpdateBtLinkInfo()
[all …]
DHalBtc8723b2Ant.c315 PBTC_BT_LINK_INFO pBtLinkInfo = &pBtCoexist->btLinkInfo; in halbtc8723b2ant_UpdateBtLinkInfo() local
320 pBtLinkInfo->bBtLinkExist = pCoexSta->bBtLinkExist; in halbtc8723b2ant_UpdateBtLinkInfo()
321 pBtLinkInfo->bScoExist = pCoexSta->bScoExist; in halbtc8723b2ant_UpdateBtLinkInfo()
322 pBtLinkInfo->bA2dpExist = pCoexSta->bA2dpExist; in halbtc8723b2ant_UpdateBtLinkInfo()
323 pBtLinkInfo->bPanExist = pCoexSta->bPanExist; in halbtc8723b2ant_UpdateBtLinkInfo()
324 pBtLinkInfo->bHidExist = pCoexSta->bHidExist; in halbtc8723b2ant_UpdateBtLinkInfo()
328 pBtLinkInfo->bPanExist = true; in halbtc8723b2ant_UpdateBtLinkInfo()
329 pBtLinkInfo->bBtLinkExist = true; in halbtc8723b2ant_UpdateBtLinkInfo()
334 pBtLinkInfo->bScoExist && in halbtc8723b2ant_UpdateBtLinkInfo()
335 !pBtLinkInfo->bA2dpExist && in halbtc8723b2ant_UpdateBtLinkInfo()
[all …]