Searched refs:has_a2dp (Results 1 – 2 of 2) sorted by relevance
6017 btcoex->has_a2dp = false; in rtl8723bu_update_bt_link_info()6035 btcoex->has_a2dp = true; in rtl8723bu_update_bt_link_info()6037 btcoex->has_a2dp = false; in rtl8723bu_update_bt_link_info()6050 if (!btcoex->has_a2dp && !btcoex->has_sco && in rtl8723bu_update_bt_link_info()6057 !btcoex->has_hid && btcoex->has_a2dp) in rtl8723bu_update_bt_link_info()6058 btcoex->has_a2dp = true; in rtl8723bu_update_bt_link_info()6060 btcoex->has_a2dp = false; in rtl8723bu_update_bt_link_info()6085 } else if (btcoex->has_sco || btcoex->has_hid || btcoex->has_a2dp) { in rtl8723bu_handle_bt_inquiry()6121 } else if ((btcoex->has_a2dp && btcoex->has_pan) || in rtl8723bu_handle_bt_info()6122 (btcoex->has_hid && btcoex->has_a2dp && in rtl8723bu_handle_bt_info()[all …]
1717 bool has_a2dp; member