summaryrefslogtreecommitdiffstats
path: root/input/storage.h
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2007-03-01 14:10:10 +0000
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2007-03-01 14:10:10 +0000
commit3f27f7f7a01ad43532b65504e6204194e3e259df (patch)
treea7e252bc8a60a4bb7440d3c6122e938abbb6fc35 /input/storage.h
parent553db8d4150c59628105bf8df4ddb68311b2fb58 (diff)
Input: Use stored device name instead of the service name attribute
Diffstat (limited to 'input/storage.h')
-rw-r--r--input/storage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/input/storage.h b/input/storage.h
index 09a696cf..60df915d 100644
--- a/input/storage.h
+++ b/input/storage.h
@@ -32,4 +32,6 @@ int store_device_info(bdaddr_t *src, bdaddr_t *dst,
int parse_stored_device_info(const char *str,
struct hidp_connadd_req *req);
+int read_device_name(bdaddr_t *local, bdaddr_t *peer, char **name);
+
int encrypt_link(bdaddr_t *src, bdaddr_t *dst);