Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dtime_scene_client.h25 extern const struct bt_mesh_model_cb bt_mesh_time_scene_client_cb;
42 bt_mesh_time_cli_op, cli_pub, cli_data, &bt_mesh_time_scene_client_cb)
112 bt_mesh_scene_cli_op, cli_pub, cli_data, &bt_mesh_time_scene_client_cb)
161 bt_mesh_scheduler_cli_op, cli_pub, cli_data, &bt_mesh_time_scene_client_cb)
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dtime_scene_client.c699 const struct bt_mesh_model_cb bt_mesh_time_scene_client_cb = { variable
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1181 extern const struct bt_mesh_model_cb bt_mesh_time_scene_client_cb;
1465 model->cb = (esp_ble_mesh_model_cbs_t *)&bt_mesh_time_scene_client_cb; in btc_ble_mesh_model_op_set()
1474 model->cb = (esp_ble_mesh_model_cbs_t *)&bt_mesh_time_scene_client_cb; in btc_ble_mesh_model_op_set()
1483 model->cb = (esp_ble_mesh_model_cbs_t *)&bt_mesh_time_scene_client_cb; in btc_ble_mesh_model_op_set()