Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/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-3.5.0/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h319 } model_publish; member
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c2319 if (arg->model_publish.device_role == PROVISIONER) { in btc_ble_mesh_model_call_handler()
2321 err = bt_mesh_set_client_model_role((struct bt_mesh_model *)arg->model_publish.model, in btc_ble_mesh_model_call_handler()
2322 arg->model_publish.device_role); in btc_ble_mesh_model_call_handler()
2325 btc_ble_mesh_model_publish_comp_cb(arg->model_publish.model, err); in btc_ble_mesh_model_call_handler()
2329 err = bt_mesh_model_publish((struct bt_mesh_model *)arg->model_publish.model); in btc_ble_mesh_model_call_handler()
2330 btc_ble_mesh_model_publish_comp_cb(arg->model_publish.model, err); in btc_ble_mesh_model_call_handler()