Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h320 } model_publish; member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_networking_api.c91 arg.model_publish.model = model; in ble_mesh_model_send_msg()
92 arg.model_publish.device_role = device_role; in ble_mesh_model_send_msg()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c2344 if (arg->model_publish.device_role == PROVISIONER) { in btc_ble_mesh_model_call_handler()
2346 err = bt_mesh_set_client_model_role((struct bt_mesh_model *)arg->model_publish.model, in btc_ble_mesh_model_call_handler()
2347 arg->model_publish.device_role); in btc_ble_mesh_model_call_handler()
2350 btc_ble_mesh_model_publish_comp_cb(arg->model_publish.model, err); in btc_ble_mesh_model_call_handler()
2354 err = bt_mesh_model_publish((struct bt_mesh_model *)arg->model_publish.model); in btc_ble_mesh_model_call_handler()
2355 btc_ble_mesh_model_publish_comp_cb(arg->model_publish.model, err); in btc_ble_mesh_model_call_handler()