diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-03-01 14:10:10 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-03-01 14:10:10 +0000 |
commit | 3f27f7f7a01ad43532b65504e6204194e3e259df (patch) | |
tree | a7e252bc8a60a4bb7440d3c6122e938abbb6fc35 /input/storage.h | |
parent | 553db8d4150c59628105bf8df4ddb68311b2fb58 (diff) |
Input: Use stored device name instead of the service name attribute
Diffstat (limited to 'input/storage.h')
-rw-r--r-- | input/storage.h | 2 |
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); |