summaryrefslogtreecommitdiff
path: root/mesh/net.h
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2019-02-06 19:55:35 -0800
committerBrian Gix <brian.gix@intel.com>2019-02-12 15:30:53 -0800
commit8c4c46e57df14317dabb382d72392a64792ed54e (patch)
tree18e608629c8722350217b473b90d8f5bfe61ff2b /mesh/net.h
parentd69e29af66f43e853a45b0285cd07601decab4be (diff)
downloadbluez-8c4c46e57df14317dabb382d72392a64792ed54e.tar.gz
mesh: Declare internal functions as static
This renames mesh_net_key_refresh_finish() to key_refresh_finish() and mesh_net_key_phase_two() to key_refresh_phase_wo() and changes the function declaration to static since they are called only within net.c
Diffstat (limited to 'mesh/net.h')
-rw-r--r--mesh/net.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mesh/net.h b/mesh/net.h
index 591a6898e..e040e19fa 100644
--- a/mesh/net.h
+++ b/mesh/net.h
@@ -339,8 +339,6 @@ uint8_t mesh_net_key_refresh_phase_set(struct mesh_net *net, uint16_t net_idx,
uint8_t transition);
uint8_t mesh_net_key_refresh_phase_get(struct mesh_net *net, uint16_t net_idx,
uint8_t *phase);
-int mesh_net_key_refresh_phase_two(struct mesh_net *net, uint16_t net_idx);
-int mesh_net_key_refresh_finish(struct mesh_net *net, uint16_t net_idx);
void mesh_net_send_seg(struct mesh_net *net, uint32_t key_id,
uint32_t iv_index, uint8_t ttl, uint32_t seq,
uint16_t src, uint16_t dst, uint32_t hdr,