summaryrefslogtreecommitdiffstats
path: root/hcid/hcid.h
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r--hcid/hcid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h
index 9010f1d3..36cba71f 100644
--- a/hcid/hcid.h
+++ b/hcid/hcid.h
@@ -111,6 +111,7 @@ gboolean hcid_dbus_init(void);
#endif
int write_device_name(const bdaddr_t *local, const bdaddr_t *peer, const char *name);
+int read_device_name(const bdaddr_t *local, const bdaddr_t *peer, char *name);
int write_link_key(const bdaddr_t *local, const bdaddr_t *peer, const unsigned char *key, const int type);
int read_link_key(const bdaddr_t *local, const bdaddr_t *peer, unsigned char *key);
int read_pin_code(const bdaddr_t *local, const bdaddr_t *peer, char *pin);