summaryrefslogtreecommitdiffstats
path: root/binding-bluetooth/bluez-client.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/bluez-client.h
parent92aaf1c4ab97aada3b5bd864ffebda4c79158f3e (diff)
parent062bc304e68f54ed13d44c39ec055e08cfd4e883 (diff)
Merge "binding: bluetooth: fix typo of propertyies"
Diffstat (limited to 'binding-bluetooth/bluez-client.h')
-rw-r--r--binding-bluetooth/bluez-client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/binding-bluetooth/bluez-client.h b/binding-bluetooth/bluez-client.h
index 2ff50e6..64ee9ad 100644
--- a/binding-bluetooth/bluez-client.h
+++ b/binding-bluetooth/bluez-client.h
@@ -57,7 +57,7 @@ typedef struct tagBluez_RegisterCallback
{
void (*device_added)(struct bt_device *device);
void (*device_removed)(const gchar *path);
- void (*device_propertyies_changed)(const gchar *pObjecPath, const gchar *pInterface, GVariant *value);
+ void (*device_properties_changed)(const gchar *pObjecPath, const gchar *pInterface, GVariant *value);
}Bluez_RegisterCallback_t;
/* --- PUBLIC FUNCTIONS --- */