Searched refs:btInfo (Results 1 – 4 of 4) sorted by relevance
154 pBtCoexist->btInfo.bBtCtrlLps = true; in halbtcoutsrc_LeaveLps()155 pBtCoexist->btInfo.bBtLpsOn = false; in halbtcoutsrc_LeaveLps()167 pBtCoexist->btInfo.bBtCtrlLps = true; in halbtcoutsrc_EnterLps()168 pBtCoexist->btInfo.bBtLpsOn = true; in halbtcoutsrc_EnterLps()182 if (pBtCoexist->btInfo.bBtCtrlLps) { in halbtcoutsrc_NormalLps()183 pBtCoexist->btInfo.bBtLpsOn = false; in halbtcoutsrc_NormalLps()185 pBtCoexist->btInfo.bBtCtrlLps = false; in halbtcoutsrc_NormalLps()241 pBtCoexist->btInfo.bBtDisableLowPwr = bLowPwrDisable; in halbtcoutsrc_DisableLowPower()257 if (pBtCoexist->btInfo.bRejectAggPkt) { in halbtcoutsrc_AggregationCheck()260 if (pBtCoexist->btInfo.bPreBtCtrlAggBufSize != in halbtcoutsrc_AggregationCheck()[all …]
2900 …((pBtCoexist->btInfo.bBtDisabled) ? ("disabled") : ((pCoexSta->bC2hBtInquiryPage) ? ("inquiry/page… in EXhalbtc8723b1ant_DisplayCoexInfo()2961 pBtCoexist->btInfo.lpsVal, in EXhalbtc8723b1ant_DisplayCoexInfo()2962 pBtCoexist->btInfo.rpwmVal in EXhalbtc8723b1ant_DisplayCoexInfo()2988 (pBtCoexist->btInfo.bRejectAggPkt ? "Yes" : "No"), in EXhalbtc8723b1ant_DisplayCoexInfo()2989 (pBtCoexist->btInfo.bBtCtrlAggBufSize ? "Yes" : "No"), in EXhalbtc8723b1ant_DisplayCoexInfo()2990 pBtCoexist->btInfo.aggBufSize in EXhalbtc8723b1ant_DisplayCoexInfo()2997 pBtCoexist->btInfo.raMask in EXhalbtc8723b1ant_DisplayCoexInfo()3277 if (pBtCoexist->btInfo.bBtDisabled) in EXhalbtc8723b1ant_ScanNotify()3331 pBtCoexist->btInfo.bBtDisabled in EXhalbtc8723b1ant_ConnectNotify()3387 pBtCoexist->btInfo.bBtDisabled in EXhalbtc8723b1ant_MediaStatusNotify()[all …]
3006 …((pBtCoexist->btInfo.bBtDisabled) ? ("disabled") : ((pCoexSta->bC2hBtInquiryPage) ? ("inquiry/page… in EXhalbtc8723b2ant_DisplayCoexInfo()3373 u8 btInfo = 0; in EXhalbtc8723b2ant_BtInfoNotify() local3390 btInfo = tmpBuf[i]; in EXhalbtc8723b2ant_BtInfoNotify()3440 if (btInfo & BT_INFO_8723B_2ANT_B_INQ_PAGE) in EXhalbtc8723b2ant_BtInfoNotify()3446 if (!(btInfo&BT_INFO_8723B_2ANT_B_CONNECTION)) { in EXhalbtc8723b2ant_BtInfoNotify()3454 if (btInfo & BT_INFO_8723B_2ANT_B_FTP) in EXhalbtc8723b2ant_BtInfoNotify()3458 if (btInfo & BT_INFO_8723B_2ANT_B_A2DP) in EXhalbtc8723b2ant_BtInfoNotify()3462 if (btInfo & BT_INFO_8723B_2ANT_B_HID) in EXhalbtc8723b2ant_BtInfoNotify()3466 if (btInfo & BT_INFO_8723B_2ANT_B_SCO_ESCO) in EXhalbtc8723b2ant_BtInfoNotify()3474 if (!(btInfo&BT_INFO_8723B_2ANT_B_CONNECTION)) { in EXhalbtc8723b2ant_BtInfoNotify()[all …]
491 BTC_BT_INFO btInfo; /* some bt info referenced by non-bt module */ member