summaryrefslogtreecommitdiffstats
path: root/hcid/adapter.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-05-27 21:31:12 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2008-05-27 21:31:12 +0000
commit649448818704cd93136d55d33676ad80cb463224 (patch)
treec7671bf290adebc08cc40ad75c1b6e89a92cc9a0 /hcid/adapter.h
parentaf457e55d1a46fbf3ecef32fc29e299ee4be21cf (diff)
Use guint identifier for all name_listener operations
Diffstat (limited to 'hcid/adapter.h')
-rw-r--r--hcid/adapter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hcid/adapter.h b/hcid/adapter.h
index 421684f8..e9631ee0 100644
--- a/hcid/adapter.h
+++ b/hcid/adapter.h
@@ -58,6 +58,7 @@ struct bonding_request_info {
bdaddr_t bdaddr;
GIOChannel *io;
guint io_id;
+ guint listener_id;
int hci_status;
int cancel;
int auth_active;
@@ -98,7 +99,9 @@ struct adapter {
GSList *found_devices;
GSList *oor_devices; /* out of range device list */
char *pdiscov_requestor; /* periodic discovery requestor unique name */
+ guint pdiscov_listener;
char *discov_requestor; /* discovery requestor unique name */
+ guint discov_listener;
DBusMessage *discovery_cancel; /* discovery cancel message request */
GSList *passkey_agents;
struct agent *agent; /* For the new API */