From 277e0363f2839a05b80c1bc4263cfeaf9909be8c Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Wed, 23 May 2007 18:32:16 +0000 Subject: Added device class tracking --- hcid/dbus-hci.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hcid/dbus-hci.h') diff --git a/hcid/dbus-hci.h b/hcid/dbus-hci.h index 5a7f9628..eb81415f 100644 --- a/hcid/dbus-hci.h +++ b/hcid/dbus-hci.h @@ -49,6 +49,7 @@ void hcid_dbus_disconn_complete(bdaddr_t *local, uint8_t status, uint16_t handle void hcid_dbus_bonding_process_complete(bdaddr_t *local, bdaddr_t *peer, uint8_t status); void hcid_dbus_setname_complete(bdaddr_t *local); void hcid_dbus_setscan_enable_complete(bdaddr_t *local); +void hcid_dbus_write_class_complete(bdaddr_t *local); void hcid_dbus_pin_code_reply(bdaddr_t *local, void *ptr); int unregister_adapter_path(const char *path); -- cgit