Searched refs:btInfo (Results 1 – 4 of 4) sorted by relevance
36 pBtCoexist->btInfo.bBtCtrlLps = true; in halbtcoutsrc_LeaveLps()37 pBtCoexist->btInfo.bBtLpsOn = false; in halbtcoutsrc_LeaveLps()49 pBtCoexist->btInfo.bBtCtrlLps = true; in halbtcoutsrc_EnterLps()50 pBtCoexist->btInfo.bBtLpsOn = true; in halbtcoutsrc_EnterLps()61 if (pBtCoexist->btInfo.bBtCtrlLps) { in halbtcoutsrc_NormalLps()62 pBtCoexist->btInfo.bBtLpsOn = false; in halbtcoutsrc_NormalLps()64 pBtCoexist->btInfo.bBtCtrlLps = false; in halbtcoutsrc_NormalLps()120 pBtCoexist->btInfo.bBtDisableLowPwr = bLowPwrDisable; in halbtcoutsrc_DisableLowPower()136 if (pBtCoexist->btInfo.bRejectAggPkt) { in halbtcoutsrc_AggregationCheck()139 if (pBtCoexist->btInfo.bPreBtCtrlAggBufSize != in halbtcoutsrc_AggregationCheck()[all …]
2261 if (pBtCoexist->btInfo.bBtDisabled) in EXhalbtc8723b1ant_ScanNotify()2313 pBtCoexist->btInfo.bBtDisabled in EXhalbtc8723b1ant_ConnectNotify()2364 pBtCoexist->btInfo.bBtDisabled in EXhalbtc8723b1ant_MediaStatusNotify()2423 pBtCoexist->btInfo.bBtDisabled in EXhalbtc8723b1ant_SpecialPacketNotify()2483 u8 btInfo = 0; in EXhalbtc8723b1ant_BtInfoNotify() local2498 btInfo = tmpBuf[i]; in EXhalbtc8723b1ant_BtInfoNotify()2544 if (btInfo & BT_INFO_8723B_1ANT_B_INQ_PAGE) in EXhalbtc8723b1ant_BtInfoNotify()2550 if (!(btInfo & BT_INFO_8723B_1ANT_B_CONNECTION)) { in EXhalbtc8723b1ant_BtInfoNotify()2558 if (btInfo & BT_INFO_8723B_1ANT_B_FTP) in EXhalbtc8723b1ant_BtInfoNotify()2563 if (btInfo & BT_INFO_8723B_1ANT_B_A2DP) in EXhalbtc8723b1ant_BtInfoNotify()[all …]
2469 u8 btInfo = 0; in EXhalbtc8723b2ant_BtInfoNotify() local2485 btInfo = tmpBuf[i]; in EXhalbtc8723b2ant_BtInfoNotify()2526 if (btInfo & BT_INFO_8723B_2ANT_B_INQ_PAGE) in EXhalbtc8723b2ant_BtInfoNotify()2532 if (!(btInfo & BT_INFO_8723B_2ANT_B_CONNECTION)) { in EXhalbtc8723b2ant_BtInfoNotify()2540 if (btInfo & BT_INFO_8723B_2ANT_B_FTP) in EXhalbtc8723b2ant_BtInfoNotify()2544 if (btInfo & BT_INFO_8723B_2ANT_B_A2DP) in EXhalbtc8723b2ant_BtInfoNotify()2548 if (btInfo & BT_INFO_8723B_2ANT_B_HID) in EXhalbtc8723b2ant_BtInfoNotify()2552 if (btInfo & BT_INFO_8723B_2ANT_B_SCO_ESCO) in EXhalbtc8723b2ant_BtInfoNotify()2560 if (!(btInfo & BT_INFO_8723B_2ANT_B_CONNECTION)) { in EXhalbtc8723b2ant_BtInfoNotify()2562 } else if (btInfo == BT_INFO_8723B_2ANT_B_CONNECTION) { /* connection exists but no busy */ in EXhalbtc8723b2ant_BtInfoNotify()[all …]
364 struct btc_bt_info btInfo; /* some bt info referenced by non-bt module */ member