summaryrefslogtreecommitdiffstats
path: root/hcid/hcid.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-04-16 15:54:26 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-04-16 15:54:26 +0000
commitbbf5eef59916cd1230ef71dc7b9be055397b0074 (patch)
treed6898c5ceaf4a676643360eae4a871dde258e447 /hcid/hcid.h
parent828029f202d7a7116d663ee9b9465b60c1eac030 (diff)
Add framework for read_link_key()
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 bcc43e4a..9c96d91a 100644
--- a/hcid/hcid.h
+++ b/hcid/hcid.h
@@ -112,3 +112,4 @@ gboolean hcid_dbus_init(void);
int write_device_name(const bdaddr_t *local, const bdaddr_t *peer, const 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);