Home
last modified time | relevance | path

Searched refs:bt_mesh_cfg_srv_cb (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/include/
Dcfg_srv.h66 extern const struct bt_mesh_model_cb bt_mesh_cfg_srv_cb;
70 bt_mesh_cfg_srv_op, NULL, srv_data, &bt_mesh_cfg_srv_cb)
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1106 extern const struct bt_mesh_model_cb bt_mesh_cfg_srv_cb;
1262 model->cb = (esp_ble_mesh_model_cbs_t *)&bt_mesh_cfg_srv_cb; in btc_ble_mesh_model_op_set()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dcfg_srv.c3427 const struct bt_mesh_model_cb bt_mesh_cfg_srv_cb = { variable