summaryrefslogtreecommitdiffstats
path: root/hcid/adapter.h
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2008-06-04 09:05:02 +0000
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2008-06-04 09:05:02 +0000
commit1b400b2559c799f260a832ae7a0e63d94fd21428 (patch)
treef8040b14cf9e9e088a09d1788fc6a02b7de51723 /hcid/adapter.h
parent82b164d00e2ee3426ce90d8b70eeec44e810f42d (diff)
Changed old Adapter methods to use gdbus
Diffstat (limited to 'hcid/adapter.h')
-rw-r--r--hcid/adapter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/adapter.h b/hcid/adapter.h
index 1666e659..7808609a 100644
--- a/hcid/adapter.h
+++ b/hcid/adapter.h
@@ -85,6 +85,7 @@ struct pending_dc_info {
struct adapter {
uint16_t dev_id;
int up;
+ char *path; /* adapter object path */
char address[18]; /* adapter Bluetooth Address */
guint timeout_id; /* discoverable timeout id */
uint32_t discov_timeout; /* discoverable time(msec) */