From d68556cbe2cfbe1eab306be30ff22d24e3bf6a23 Mon Sep 17 00:00:00 2001 From: Ulisses Furquim Date: Wed, 30 Aug 2006 14:20:52 +0000 Subject: change sdp service identifiers to be bd_addr/record handle --- hcid/dbus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hcid/dbus.h') diff --git a/hcid/dbus.h b/hcid/dbus.h index 1467d6ca..7a446caf 100644 --- a/hcid/dbus.h +++ b/hcid/dbus.h @@ -228,7 +228,7 @@ int disc_device_req_name(struct hci_dbus_data *dbus_data); int discoverable_timeout_handler(void *data); sdp_record_t *find_record_by_uuid(const char *address, uuid_t *uuid); -sdp_record_t *find_record_by_handle(const char *address, int handle); +sdp_record_t *find_record_by_handle(const char *address, uint32_t handle); uint16_t sdp_str2svclass(const char *str); #endif /* __H_BLUEZ_DBUS_H__ */ -- cgit