diff options
Diffstat (limited to 'plugins/hfp_hf_bluez5.c')
-rw-r--r-- | plugins/hfp_hf_bluez5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hfp_hf_bluez5.c b/plugins/hfp_hf_bluez5.c index 9f402f7f..74c64955 100644 --- a/plugins/hfp_hf_bluez5.c +++ b/plugins/hfp_hf_bluez5.c @@ -632,7 +632,7 @@ static void connect_handler(DBusConnection *conn, void *user_data) * Assuming that if defer_setup is supported, then SCO transparent * mode is also supported */ - if (ofono_handsfree_audio_has_defer_setup()) + if (ofono_handsfree_audio_has_transparent_sco()) features |= HFP_SDP_HF_FEATURE_WIDEBAND_SPEECH; DBG("Registering External Profile handler ..."); |