summaryrefslogtreecommitdiffstats
path: root/input/storage.h
diff options
context:
space:
mode:
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);