Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dlighting_client.h25 extern const struct bt_mesh_model_cb bt_mesh_lighting_client_cb;
42 bt_mesh_light_lightness_cli_op, cli_pub, cli_data, &bt_mesh_lighting_client_cb)
114 bt_mesh_light_ctl_cli_op, cli_pub, cli_data, &bt_mesh_lighting_client_cb)
193 bt_mesh_light_hsl_cli_op, cli_pub, cli_data, &bt_mesh_lighting_client_cb)
295 bt_mesh_light_xyl_cli_op, cli_pub, cli_data, &bt_mesh_lighting_client_cb)
367 bt_mesh_light_lc_cli_op, cli_pub, cli_data, &bt_mesh_lighting_client_cb)
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1167 extern const struct bt_mesh_model_cb bt_mesh_lighting_client_cb;
1407 model->cb = (esp_ble_mesh_model_cbs_t *)&bt_mesh_lighting_client_cb; in btc_ble_mesh_model_op_set()
1416 model->cb = (esp_ble_mesh_model_cbs_t *)&bt_mesh_lighting_client_cb; in btc_ble_mesh_model_op_set()
1425 model->cb = (esp_ble_mesh_model_cbs_t *)&bt_mesh_lighting_client_cb; in btc_ble_mesh_model_op_set()
1434 model->cb = (esp_ble_mesh_model_cbs_t *)&bt_mesh_lighting_client_cb; in btc_ble_mesh_model_op_set()
1443 model->cb = (esp_ble_mesh_model_cbs_t *)&bt_mesh_lighting_client_cb; in btc_ble_mesh_model_op_set()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dlighting_client.c1393 const struct bt_mesh_model_cb bt_mesh_lighting_client_cb = { variable