summaryrefslogtreecommitdiffstats
path: root/hcid
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2006-08-29 07:41:40 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2006-08-29 07:41:40 +0000
commit250ed56dd4ec7aa5175b53304edc7db4524a5e72 (patch)
tree25c7383586aa7f3848175ec6a924393bca64b520 /hcid
parent05e2f650385c746f4a006bdb2f86094b4d6462f3 (diff)
Change CancelBonding to CancelBondingProcess in order to be in accordance with dbus-api.txt
Diffstat (limited to 'hcid')
-rw-r--r--hcid/dbus-adapter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/dbus-adapter.c b/hcid/dbus-adapter.c
index 749dad6f..d8425247 100644
--- a/hcid/dbus-adapter.c
+++ b/hcid/dbus-adapter.c
@@ -2423,7 +2423,7 @@ static struct service_data dev_services[] = {
{ "DisconnectRemoteDevice", handle_dev_disconnect_remote_device_req },
{ "CreateBonding", handle_dev_create_bonding_req },
- { "CancelBonding", handle_dev_cancel_bonding_req },
+ { "CancelBondingProcess", handle_dev_cancel_bonding_req },
{ "RemoveBonding", handle_dev_remove_bonding_req },
{ "HasBonding", handle_dev_has_bonding_req },
{ "ListBondings", handle_dev_list_bondings_req },