Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dhealth_cli.h32 extern const struct bt_mesh_model_cb bt_mesh_health_cli_cb;
36 bt_mesh_health_cli_op, NULL, cli_data, &bt_mesh_health_cli_cb)
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dhealth_cli.c382 const struct bt_mesh_model_cb bt_mesh_health_cli_cb = { variable
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1144 extern const struct bt_mesh_model_cb bt_mesh_health_cli_cb;
1322 model->cb = (esp_ble_mesh_model_cbs_t *)&bt_mesh_health_cli_cb; in btc_ble_mesh_model_op_set()