mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
bluez5: backend-native: Fix ECNR support in HFP HF SDP record
Sending AT+ECNR is supported by the native backend
This commit is contained in:
parent
22951a9b87
commit
be1fc5f3a6
1 changed files with 1 additions and 0 deletions
|
|
@ -3318,6 +3318,7 @@ static DBusHandlerResult profile_new_connection(DBusConnection *conn, DBusMessag
|
|||
} else if (profile == SPA_BT_PROFILE_HFP_AG) {
|
||||
/* Start SLC connection */
|
||||
unsigned int hf_features = SPA_BT_HFP_HF_FEATURE_CLIP | SPA_BT_HFP_HF_FEATURE_3WAY |
|
||||
SPA_BT_HFP_HF_FEATURE_ECNR |
|
||||
SPA_BT_HFP_HF_FEATURE_ENHANCED_CALL_STATUS |
|
||||
SPA_BT_HFP_HF_FEATURE_ESCO_S4;
|
||||
bool has_msbc = device_supports_codec(backend, rfcomm->device, HFP_AUDIO_CODEC_MSBC);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue