summaryrefslogtreecommitdiffstats
path: root/hcid/adapter.h
diff options
context:
space:
mode:
authorAlok Barsode <alok.barsode@azingo.com>2008-07-22 20:20:34 +0530
committerLuiz Augusto von Dentz <luiz.dentz@indt.org.br>2008-07-28 10:48:22 -0300
commit661a10565362c5ae0aad6a2ebf6513390cba868e (patch)
treeaa4296ef19a88a35c67e778ff34ff9560b11aa28 /hcid/adapter.h
parentd9ff801460ee610f98b97571311e4af13bb8e1a1 (diff)
Adding adapter_get_dev_id.
Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
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 d4d962f5..3446f73d 100644
--- a/hcid/adapter.h
+++ b/hcid/adapter.h
@@ -175,3 +175,4 @@ struct pending_auth_info *adapter_new_auth_request(struct adapter *adapter,
bdaddr_t *dba,
auth_type_t type);
struct adapter *adapter_create(int id);
+uint16_t adapter_get_dev_id(struct adapter *adapter);