summaryrefslogtreecommitdiffstats
path: root/hcid/storage.c
diff options
context:
space:
mode:
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;
+}