Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_core.c5404 btcoex->has_a2dp = false; in rtl8723bu_update_bt_link_info()
5422 btcoex->has_a2dp = true; in rtl8723bu_update_bt_link_info()
5424 btcoex->has_a2dp = false; in rtl8723bu_update_bt_link_info()
5437 if (!btcoex->has_a2dp && !btcoex->has_sco && in rtl8723bu_update_bt_link_info()
5444 !btcoex->has_hid && btcoex->has_a2dp) in rtl8723bu_update_bt_link_info()
5445 btcoex->has_a2dp = true; in rtl8723bu_update_bt_link_info()
5447 btcoex->has_a2dp = false; in rtl8723bu_update_bt_link_info()
5470 } else if (btcoex->has_sco || btcoex->has_hid || btcoex->has_a2dp) { in rtl8723bu_handle_bt_inquiry()
5510 } else if ((btcoex->has_a2dp && btcoex->has_pan) || in rtl8723bu_handle_bt_info()
5511 (btcoex->has_hid && btcoex->has_a2dp && in rtl8723bu_handle_bt_info()
[all …]
Drtl8xxxu.h1253 bool has_a2dp; member