summaryrefslogtreecommitdiff
path: root/mesh/cfgmod.h
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2019-07-14 16:23:20 -0700
committerBrian Gix <brian.gix@intel.com>2019-07-15 14:48:04 -0700
commit3937a002a741fd6f758743b3ad54aae23d3a0b16 (patch)
tree09d061c6b2237bf42ba68080af97520dbe619566 /mesh/cfgmod.h
parent2881bc143336418ebf72d38053bbf6b10fec12b9 (diff)
downloadbluez-3937a002a741fd6f758743b3ad54aae23d3a0b16.tar.gz
mesh: Rename mesh_config_srv_init() to cfgmod_server_init()
This renames mesh_config_srv_init() to cfgmod_server_init() to avoid confusion with mesh_config_..> API and to reflect that the call pertains to configuration server model.
Diffstat (limited to 'mesh/cfgmod.h')
-rw-r--r--mesh/cfgmod.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh/cfgmod.h b/mesh/cfgmod.h
index 84fa184e5..da8b5b32b 100644
--- a/mesh/cfgmod.h
+++ b/mesh/cfgmod.h
@@ -94,4 +94,4 @@
#define OP_VEND_MODEL_APP_GET 0x804C
#define OP_VEND_MODEL_APP_LIST 0x804E
-void mesh_config_srv_init(struct mesh_node *node, uint8_t ele_idx);
+void cfgmod_server_init(struct mesh_node *node, uint8_t ele_idx);