summaryrefslogtreecommitdiffstats
path: root/binding-bluetooth/bluetooth-manager.h
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-05-16 05:03:43 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2017-05-16 05:03:43 +0000
commit182789661d5c4d4dbe1c35f1b4f174bfd14f4472 (patch)
treedea6fabefc0f9c473ca79ad9bf7fc3be6e7970ab /binding-bluetooth/bluetooth-manager.h
parent92aaf1c4ab97aada3b5bd864ffebda4c79158f3e (diff)
parent062bc304e68f54ed13d44c39ec055e08cfd4e883 (diff)
Merge "binding: bluetooth: fix typo of propertyies"
Diffstat (limited to 'binding-bluetooth/bluetooth-manager.h')
-rw-r--r--binding-bluetooth/bluetooth-manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/binding-bluetooth/bluetooth-manager.h b/binding-bluetooth/bluetooth-manager.h
index 2876552..896d213 100644
--- a/binding-bluetooth/bluetooth-manager.h
+++ b/binding-bluetooth/bluetooth-manager.h
@@ -150,7 +150,7 @@ typedef struct tagBinding_RegisterCallback
{
void (*binding_device_added)(struct btd_device *BDdevice);
void (*binding_device_removed)(struct btd_device *BDdevice);
- void (*binding_device_propertyies_changed)(struct btd_device *BDdevice);
+ void (*binding_device_properties_changed)(struct btd_device *BDdevice);
gboolean (*binding_request_confirmation)(const gchar *device, guint passkey);
}Binding_RegisterCallback_t;