hfp_hf_bluez5: Fix SDP record with correct features

This commit is contained in:
Frederic Danis 2013-06-27 14:45:58 +02:00 committed by Denis Kenzior
parent 8fb70d6271
commit d6a601f8d1
1 changed files with 2 additions and 1 deletions

View File

@ -636,7 +636,8 @@ static const GDBusMethodTable profile_methods[] = {
static void connect_handler(DBusConnection *conn, void *user_data)
{
uint16_t features = HFP_SDP_HF_FEATURE_3WAY |
uint16_t features = HFP_SDP_HF_FEATURE_ECNR |
HFP_SDP_HF_FEATURE_3WAY |
HFP_SDP_HF_FEATURE_CLIP |
HFP_SDP_HF_FEATURE_REMOTE_VOLUME_CONTROL;