Home
last modified time | relevance | path

Searched refs:bt_a2dp_active (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/wireless/realtek/rtw88/
Dcoex.c1421 if (coex_stat->bt_a2dp_active || wl_bw == 0) in rtw_coex_action_bt_hid()
1428 if (coex_stat->bt_a2dp_active || wl_bw == 0) { in rtw_coex_action_bt_hid()
1443 if (coex_stat->bt_a2dp_active) { in rtw_coex_action_bt_hid()
2409 coex_stat->bt_a2dp_active = (coex_stat->bt_info_hb2 & BIT(2)) == BIT(2); in rtw_coex_bt_info_notify()
Dmain.h998 bool bt_a2dp_active; member