Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Commit

Permalink
Don't selecting HFP only if device support HSP and HFP
Browse files Browse the repository at this point in the history
  • Loading branch information
EHfive committed Apr 12, 2019
1 parent 1e1e5dd commit 9109668
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/modules/bluetooth/module-bluez5-device.c
Original file line number Diff line number Diff line change
Expand Up @@ -2130,11 +2130,6 @@ static int add_card(struct userdata *u) {
continue;
}

if (has_both && pa_streq(uuid, PA_BLUETOOTH_UUID_HSP_HS)) {
pa_log_info("device support HSP and HFP, selecting HFP only");
continue;
}

if (uuid_to_profile(uuid, &profile) < 0)
continue;

Expand Down

0 comments on commit 9109668

Please sign in to comment.