Home
last modified time | relevance | path

Searched refs:BT_MESH_MODEL_ID_CFG_SRV (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcfg_srv.h28 BT_MESH_MODEL_CNT_CB(BT_MESH_MODEL_ID_CFG_SRV, \
Daccess.h179 #define BT_MESH_MODEL_ID_CFG_SRV 0x0000 macro
/Zephyr-latest/subsys/bluetooth/mesh/
Dlarge_comp_data_srv.c174 bt_mesh_model_find(bt_mesh_model_elem(model), BT_MESH_MODEL_ID_CFG_SRV); in large_comp_data_srv_init()
Dpriv_beacon_srv.c200 bt_mesh_model_find(bt_mesh_model_elem(mod), BT_MESH_MODEL_ID_CFG_SRV); in priv_beacon_srv_init()
Dbrg_cfg_srv.c295 bt_mesh_model_find(bt_mesh_model_elem(model), BT_MESH_MODEL_ID_CFG_SRV); in brg_cfg_srv_init()
/Zephyr-latest/samples/bluetooth/mesh_provisioner/src/
Dmain.c197 id == BT_MESH_MODEL_ID_CFG_SRV) { in configure_node()