Searched refs:bt_is_active (Results 1 – 3 of 3) sorted by relevance
30 bool bt_is_active = memcmp(notif, &zero_notif, sizeof(*notif)); in iwl_mld_handle_bt_coex_notif() local32 if (bt_is_active == mld->bt_is_active) in iwl_mld_handle_bt_coex_notif()35 IWL_DEBUG_INFO(mld, "BT was turned %s\n", bt_is_active ? "ON" : "OFF"); in iwl_mld_handle_bt_coex_notif()37 mld->bt_is_active = bt_is_active; in iwl_mld_handle_bt_coex_notif()
218 bool bt_is_active;
706 if (link->chandef->chan->band == NL80211_BAND_2GHZ && mld->bt_is_active) in iwl_mld_emlsr_disallowed_with_link()1051 if (!mld->bt_is_active) { in iwl_mld_emlsr_check_bt_iter()
Completed in 12 milliseconds