diff options
Diffstat (limited to 'bluetooth-manager.h')
-rw-r--r-- | bluetooth-manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bluetooth-manager.h b/bluetooth-manager.h index 2876552..896d213 100644 --- a/bluetooth-manager.h +++ b/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; |