Searched refs:pBtLinkInfo (Results 1 – 2 of 2) sorted by relevance
518 PBTC_BT_LINK_INFO pBtLinkInfo = &pBtCoexist->btLinkInfo; in halbtc8723b1ant_UpdateBtLinkInfo() local523 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 …]
315 PBTC_BT_LINK_INFO pBtLinkInfo = &pBtCoexist->btLinkInfo; in halbtc8723b2ant_UpdateBtLinkInfo() local320 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 …]