hfpmodem: Report features supported by AG

This commit is contained in:
Mikel Astiz 2011-10-21 18:51:31 +02:00 committed by Denis Kenzior
parent 6861213024
commit 3f41ebe5c7
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ static gboolean hfp_handsfree_register(gpointer user_data)
if (hd->ag_features & HFP_AG_FEATURE_IN_BAND_RING_TONE)
ofono_handsfree_set_inband_ringing(hf, TRUE);
ofono_handsfree_set_ag_features(hf, hd->ag_features);
ofono_handsfree_register(hf);
return FALSE;