Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dhealth_cli.c312 bt_mesh_health_client_t *client = NULL; in health_cli_init()
321 client = (bt_mesh_health_client_t *)model->user_data; in health_cli_init()
352 bt_mesh_health_client_t *client = NULL; in health_cli_deinit()
361 client = (bt_mesh_health_client_t *)model->user_data; in health_cli_deinit()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dhealth_cli.h28 typedef bt_mesh_client_user_data_t bt_mesh_health_client_t; typedef
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1323 bt_mesh_health_client_t *cli = (bt_mesh_health_client_t *)model->user_data; in btc_ble_mesh_model_op_set()