diff options
Diffstat (limited to 'plugins/hfp_hf.c')
-rw-r--r-- | plugins/hfp_hf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hfp_hf.c b/plugins/hfp_hf.c index 56251417..9fa420ae 100644 --- a/plugins/hfp_hf.c +++ b/plugins/hfp_hf.c @@ -223,7 +223,7 @@ static int hfp_hf_probe(const char *device, const char *dev_addr, if (data == NULL) goto free; - hfp_slc_info_init(&data->info); + hfp_slc_info_init(&data->info, HFP_VERSION_1_5); data->handsfree_path = g_strdup(device); if (data->handsfree_path == NULL) |