Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dsensor_client.h21 extern const struct bt_mesh_model_cb bt_mesh_sensor_client_cb;
38 bt_mesh_sensor_cli_op, cli_pub, cli_data, &bt_mesh_sensor_client_cb)
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dsensor_client.c643 const struct bt_mesh_model_cb bt_mesh_sensor_client_cb = { variable
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1173 extern const struct bt_mesh_model_cb bt_mesh_sensor_client_cb;
1454 model->cb = (esp_ble_mesh_model_cbs_t *)&bt_mesh_sensor_client_cb; in btc_ble_mesh_model_op_set()