Searched refs:model_publish (Results 1 – 3 of 3) sorted by relevance
91 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()
319 } model_publish; member
2319 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()