Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/realtek/rtw88/
Dcoex.c576 coex_stat->bt_a2dp_exist = false; in rtw_coex_update_bt_link_info()
590 coex_stat->bt_a2dp_exist = true; in rtw_coex_update_bt_link_info()
593 coex_stat->bt_a2dp_exist = false; in rtw_coex_update_bt_link_info()
1081 if (coex_stat->bt_a2dp_exist) in rtw_coex_algorithm()
1320 if (coex_stat->bt_a2dp_exist && in rtw_coex_action_bt_inquiry()
1340 if (coex_stat->bt_a2dp_exist && in rtw_coex_action_bt_inquiry()
1800 if (coex_stat->bt_a2dp_exist) { in rtw_coex_action_wl_linkscan()
1809 if (coex_stat->bt_a2dp_exist) { in rtw_coex_action_wl_linkscan()
Dmain.h989 bool bt_a2dp_exist; member