summaryrefslogtreecommitdiffstats
path: root/hcid/storage.c
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/storage.c
parent828029f202d7a7116d663ee9b9465b60c1eac030 (diff)
Add framework for read_link_key()
Diffstat (limited to 'hcid/storage.c')
-rw-r--r--hcid/storage.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/hcid/storage.c b/hcid/storage.c
index a025e674..d38e6aef 100644
--- a/hcid/storage.c
+++ b/hcid/storage.c
@@ -220,3 +220,8 @@ int write_link_key(const bdaddr_t *local, const bdaddr_t *peer, const unsigned c
{
return 0;
}
+
+int read_link_key(const bdaddr_t *local, const bdaddr_t *peer, unsigned char *key)
+{
+ return -ENOENT;
+}