summaryrefslogtreecommitdiffstats
path: root/hcid/dbus.h
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2006-08-21 20:51:45 +0000
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2006-08-21 20:51:45 +0000
commit368e7cfd1e863c4a4aba5886180be3a4e0edf37a (patch)
tree005442cbb1a075048fea6599b93ee7cea8a0bb23 /hcid/dbus.h
parentc3e4d82dbd0dd64f2047a4c8f6e296b4f1485108 (diff)
splitted requestor_name into bonding_requestor and discovery_requestor
Diffstat (limited to 'hcid/dbus.h')
-rw-r--r--hcid/dbus.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hcid/dbus.h b/hcid/dbus.h
index a1d9f18a..c93f1744 100644
--- a/hcid/dbus.h
+++ b/hcid/dbus.h
@@ -105,7 +105,8 @@ struct hci_dbus_data {
discover_state_t discover_state; /* discover states */
int discover_type; /* with/without name resolving */
struct slist *disc_devices;
- char *requestor_name; /* requestor unique name */
+ char *discovery_requestor; /* discovery requestor unique name */
+ char *bonding_requestor; /* bonding requestor unique name */
struct slist *passkey_agents;
struct bonding_request_info *bonding;
struct slist *active_conn;