Searched refs:has_a2dp (Results 1 – 2 of 2) sorted by relevance
5318 btcoex->has_a2dp = false; in rtl8723bu_update_bt_link_info()5336 btcoex->has_a2dp = true; in rtl8723bu_update_bt_link_info()5338 btcoex->has_a2dp = false; in rtl8723bu_update_bt_link_info()5351 if (!btcoex->has_a2dp && !btcoex->has_sco && in rtl8723bu_update_bt_link_info()5358 !btcoex->has_hid && btcoex->has_a2dp) in rtl8723bu_update_bt_link_info()5359 btcoex->has_a2dp = true; in rtl8723bu_update_bt_link_info()5361 btcoex->has_a2dp = false; in rtl8723bu_update_bt_link_info()5384 } else if (btcoex->has_sco || btcoex->has_hid || btcoex->has_a2dp) { in rtl8723bu_handle_bt_inquiry()5424 } else if ((btcoex->has_a2dp && btcoex->has_pan) || in rtl8723bu_handle_bt_info()5425 (btcoex->has_hid && btcoex->has_a2dp && in rtl8723bu_handle_bt_info()[all …]
1253 bool has_a2dp; member