summaryrefslogtreecommitdiffstats
path: root/plugins/hfp_ag_bluez5.c
diff options
context:
space:
mode:
authorVinicius Costa Gomes <vinicius.gomes@openbossa.org>2013-04-23 18:21:50 -0300
committerDenis Kenzior <denkenz@gmail.com>2013-04-25 03:38:11 -0500
commit48cb2e5249d56ddb796440cb81ce824adc8ead16 (patch)
treebf6988ea0f2b53e26d06d2e991314840b7cd97a0 /plugins/hfp_ag_bluez5.c
parent9a3cfcd109515026d82243e156bd691dc9c51aa2 (diff)
downloadofono-48cb2e5249d56ddb796440cb81ce824adc8ead16.tar.bz2
bluez5: Unify bt_register_profile_* into a single function
It was a cause of confusion for little gain to have separate functions for registering profiles with extra information, for example "role" and "features". We remove those helper functions in favor of a single one with more parameters, "role" and "feature" when NULL, will be ignored.
Diffstat (limited to 'plugins/hfp_ag_bluez5.c')
-rw-r--r--plugins/hfp_ag_bluez5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hfp_ag_bluez5.c b/plugins/hfp_ag_bluez5.c
index 59e84d21..245de217 100644
--- a/plugins/hfp_ag_bluez5.c
+++ b/plugins/hfp_ag_bluez5.c
@@ -233,7 +233,7 @@ static void sim_state_watch(enum ofono_sim_state new_state, void *data)
return;
bt_register_profile(conn, HFP_AG_UUID, HFP_VERSION_1_5, "hfp_ag",
- HFP_AG_EXT_PROFILE_PATH);
+ HFP_AG_EXT_PROFILE_PATH, NULL, 0);
}
static gboolean sim_watch_remove(gpointer key, gpointer value,