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 …]
308 PBTC_BT_LINK_INFO pBtLinkInfo = &pBtCoexist->btLinkInfo; in halbtc8723b2ant_UpdateBtLinkInfo() local313 pBtLinkInfo->bBtLinkExist = pCoexSta->bBtLinkExist; in halbtc8723b2ant_UpdateBtLinkInfo()314 pBtLinkInfo->bScoExist = pCoexSta->bScoExist; in halbtc8723b2ant_UpdateBtLinkInfo()315 pBtLinkInfo->bA2dpExist = pCoexSta->bA2dpExist; in halbtc8723b2ant_UpdateBtLinkInfo()316 pBtLinkInfo->bPanExist = pCoexSta->bPanExist; in halbtc8723b2ant_UpdateBtLinkInfo()317 pBtLinkInfo->bHidExist = pCoexSta->bHidExist; in halbtc8723b2ant_UpdateBtLinkInfo()321 pBtLinkInfo->bPanExist = true; in halbtc8723b2ant_UpdateBtLinkInfo()322 pBtLinkInfo->bBtLinkExist = true; in halbtc8723b2ant_UpdateBtLinkInfo()327 pBtLinkInfo->bScoExist && in halbtc8723b2ant_UpdateBtLinkInfo()328 !pBtLinkInfo->bA2dpExist && in halbtc8723b2ant_UpdateBtLinkInfo()[all …]