From 3f27f7f7a01ad43532b65504e6204194e3e259df Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Thu, 1 Mar 2007 14:10:10 +0000 Subject: Input: Use stored device name instead of the service name attribute --- input/storage.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'input/storage.h') 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); -- cgit