Lines Matching full:coex
167 * BT coex
237 IWL_ERR(priv, "failed to construct BT Coex Config\n"); in iwlagn_send_advance_bt_config()
258 * Configure BT coex mode to "no coexistence" when the in iwlagn_send_advance_bt_config()
261 * IBSS mode (no proper uCode support for coex then). in iwlagn_send_advance_bt_config()
277 IWL_DEBUG_COEX(priv, "BT coex flag: 0X%x\n", basic.flags); in iwlagn_send_advance_bt_config()
287 IWL_DEBUG_COEX(priv, "BT coex %s in %s mode\n", in iwlagn_send_advance_bt_config()
304 IWL_ERR(priv, "failed to send BT Coex Config\n"); in iwlagn_send_advance_bt_config()
394 /* bt coex disabled */ in iwlagn_bt_traffic_change_work()
400 * coex profile notifications. Ignore that since only bad consequence in iwlagn_bt_traffic_change_work()
626 struct iwl_bt_coex_profile_notif *coex = (void *)pkt->data; in iwlagn_bt_coex_profile_notif() local
627 struct iwl_bt_uart_msg *uart_msg = &coex->last_bt_uart_msg; in iwlagn_bt_coex_profile_notif()
630 /* bt coex disabled */ in iwlagn_bt_coex_profile_notif()
634 IWL_DEBUG_COEX(priv, "BT Coex notification:\n"); in iwlagn_bt_coex_profile_notif()
635 IWL_DEBUG_COEX(priv, " status: %d\n", coex->bt_status); in iwlagn_bt_coex_profile_notif()
636 IWL_DEBUG_COEX(priv, " traffic load: %d\n", coex->bt_traffic_load); in iwlagn_bt_coex_profile_notif()
638 coex->bt_ci_compliance); in iwlagn_bt_coex_profile_notif()
645 if (priv->bt_status != coex->bt_status || in iwlagn_bt_coex_profile_notif()
646 priv->last_bt_traffic_load != coex->bt_traffic_load) { in iwlagn_bt_coex_profile_notif()
647 if (coex->bt_status) { in iwlagn_bt_coex_profile_notif()
654 coex->bt_traffic_load; in iwlagn_bt_coex_profile_notif()
660 priv->bt_status = coex->bt_status; in iwlagn_bt_coex_profile_notif()
675 priv->bt_ci_compliance = coex->bt_ci_compliance; in iwlagn_bt_coex_profile_notif()