summaryrefslogtreecommitdiff
path: root/mesh/friend.h
diff options
context:
space:
mode:
authorBrian Gix <brian.gix@intel.com>2018-09-18 12:40:08 -0700
committerBrian Gix <brian.gix@intel.com>2018-10-03 13:42:52 -0700
commit994932b740c7a31a55fe11aa98e00ad2bb392b4e (patch)
tree08b1c04aead39be005afc3b250b964834e560783 /mesh/friend.h
parentdf337d8d50273c36367757419a8918dc3870bad9 (diff)
downloadbluez-994932b740c7a31a55fe11aa98e00ad2bb392b4e.tar.gz
mesh: Refactor friend.c and net.c for central key DB
To enable multiple local nodes and friendships to coexist, and minimize redundant encryption processing
Diffstat (limited to 'mesh/friend.h')
-rw-r--r--mesh/friend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh/friend.h b/mesh/friend.h
index 1fa6ec92a..7ab5dea2e 100644
--- a/mesh/friend.h
+++ b/mesh/friend.h
@@ -54,4 +54,4 @@ void frnd_offer(struct mesh_net *net, uint16_t src, uint8_t window,
uint8_t cache, uint8_t sub_list_size,
int8_t r_rssi, int8_t l_rssi, uint16_t fn_cnt);
void frnd_key_refresh(struct mesh_net *net, uint8_t phase);
-struct mesh_key_set *frnd_get_key(struct mesh_net *net);
+uint32_t frnd_get_key(struct mesh_net *net);