Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dhealth_cli.h31 extern const struct bt_mesh_model_op bt_mesh_health_cli_op[];
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.c228 const struct bt_mesh_model_op bt_mesh_health_cli_op[] = { variable
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1143 extern const struct bt_mesh_model_op bt_mesh_health_cli_op[];
1321 model->op = (esp_ble_mesh_model_op_t *)bt_mesh_health_cli_op; in btc_ble_mesh_model_op_set()