summaryrefslogtreecommitdiffstats
path: root/bluez-client.h
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2017-05-14 17:16:30 -0700
committerMatt Ranostay <matt.ranostay@konsulko.com>2017-05-14 17:17:07 -0700
commiteee2eb78bd8c1f9d3daeef1ef496dbb6484b5124 (patch)
tree417c3c04a0d3fa2b0d9c82def5c7b9c3251a36ee /bluez-client.h
parentab372c543ed9783336fe2bc25a83f47991d1a055 (diff)
binding: bluetooth: fix typo of propertyies
Fix typo of propertyies that should be properties. Bug-AGL: SPEC-578 Change-Id: I9b312666db39808d03fec33c0029858917a14b37 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'bluez-client.h')
-rw-r--r--bluez-client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bluez-client.h b/bluez-client.h
index 2ff50e6..64ee9ad 100644
--- a/bluez-client.h
+++ b/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 --- */