Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dsensor_client.h149 int bt_mesh_sensor_client_set_state(bt_mesh_client_common_param_t *common, void *set);
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dsensor_client.c519 int bt_mesh_sensor_client_set_state(bt_mesh_client_common_param_t *common, void *set) in bt_mesh_sensor_client_set_state() function
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_sensor_model.c573 … cb.error_code = bt_mesh_sensor_client_set_state(&common, arg->sensor_client_set_state.set_state); in btc_ble_mesh_sensor_client_call_handler()