Home
last modified time | relevance | path

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

/drivers/net/wireless/realtek/rtw88/
Dcoex.c587 coex_stat->bt_a2dp_exist = false; in rtw_coex_update_bt_link_info()
601 coex_stat->bt_a2dp_exist = true; in rtw_coex_update_bt_link_info()
604 coex_stat->bt_a2dp_exist = false; in rtw_coex_update_bt_link_info()
930 if ((coex_stat->bt_a2dp_exist && in rtw_coex_tdma()
1103 if (coex_stat->bt_a2dp_exist) in rtw_coex_algorithm()
1356 !coex_stat->bt_a2dp_exist) { in rtw_coex_action_bt_inquiry()
1376 if (coex_stat->bt_a2dp_exist && in rtw_coex_action_bt_inquiry()
1841 if (coex_stat->bt_a2dp_exist) { in rtw_coex_action_wl_linkscan()
1851 if (coex_stat->bt_a2dp_exist) { in rtw_coex_action_wl_linkscan()
2962 coex_stat->bt_a2dp_exist ? (coex_stat->bt_a2dp_sink ? in rtw_coex_display_coex_info()
Dmain.h1294 bool bt_a2dp_exist; member