Lines Matching refs:bt_hs_on

348 	bool wifi_busy = false, under_4way = false, bt_hs_on = false;  in btc8723b1ant_is_wifi_status_changed()  local
354 btcoexist->btc_get(btcoexist, BTC_GET_BL_HS_OPERATION, &bt_hs_on); in btc8723b1ant_is_wifi_status_changed()
367 if (bt_hs_on != pre_bt_hs_on) { in btc8723b1ant_is_wifi_status_changed()
368 pre_bt_hs_on = bt_hs_on; in btc8723b1ant_is_wifi_status_changed()
379 bool bt_hs_on = false; in halbtc8723b1ant_update_bt_link_info() local
381 btcoexist->btc_get(btcoexist, BTC_GET_BL_HS_OPERATION, &bt_hs_on); in halbtc8723b1ant_update_bt_link_info()
391 if (bt_hs_on) { in halbtc8723b1ant_update_bt_link_info()
2145 bool wifi_connected = false, bt_hs_on = false, wifi_busy = false; in halbtc8723b1ant_run_coexist_mechanism() local
2266 btcoexist->btc_get(btcoexist, BTC_GET_BL_HS_OPERATION, &bt_hs_on); in halbtc8723b1ant_run_coexist_mechanism()
2271 } else if (bt_hs_on) { in halbtc8723b1ant_run_coexist_mechanism()
2460 bool bt_hs_on = false, wifi_busy = false; in ex_btc8723b1ant_display_coex_info() local
2494 btcoexist->btc_get(btcoexist, BTC_GET_BL_HS_OPERATION, &bt_hs_on); in ex_btc8723b1ant_display_coex_info()
2500 wifi_dot11_chnl, wifi_hs_chnl, bt_hs_on); in ex_btc8723b1ant_display_coex_info()
2763 bool wifi_connected = false, bt_hs_on = false; in ex_btc8723b1ant_scan_notify() local
2801 btcoexist->btc_get(btcoexist, BTC_GET_BL_HS_OPERATION, &bt_hs_on); in ex_btc8723b1ant_scan_notify()
2821 } else if (bt_hs_on) { in ex_btc8723b1ant_scan_notify()
2849 bool wifi_connected = false, bt_hs_on = false; in ex_btc8723b1ant_connect_notify() local
2889 btcoexist->btc_get(btcoexist, BTC_GET_BL_HS_OPERATION, &bt_hs_on); in ex_btc8723b1ant_connect_notify()
2893 } else if (bt_hs_on) { in ex_btc8723b1ant_connect_notify()
3001 bool bt_hs_on = false; in ex_btc8723b1ant_special_packet_notify() local
3057 btcoexist->btc_get(btcoexist, BTC_GET_BL_HS_OPERATION, &bt_hs_on); in ex_btc8723b1ant_special_packet_notify()
3061 } else if (bt_hs_on) { in ex_btc8723b1ant_special_packet_notify()