Searched refs:local_mod_app_bind (Results 1 – 3 of 3) sorted by relevance
465 arg.local_mod_app_bind.elem_addr = element_addr; in esp_ble_mesh_provisioner_bind_app_key_to_local_model()466 arg.local_mod_app_bind.app_idx = app_idx; in esp_ble_mesh_provisioner_bind_app_key_to_local_model()467 arg.local_mod_app_bind.model_id = model_id; in esp_ble_mesh_provisioner_bind_app_key_to_local_model()468 arg.local_mod_app_bind.cid = company_id; in esp_ble_mesh_provisioner_bind_app_key_to_local_model()
2023 … param.provisioner_bind_app_key_to_model_comp.element_addr = arg->local_mod_app_bind.elem_addr; in btc_ble_mesh_prov_call_handler()2024 param.provisioner_bind_app_key_to_model_comp.app_idx = arg->local_mod_app_bind.app_idx; in btc_ble_mesh_prov_call_handler()2025 param.provisioner_bind_app_key_to_model_comp.company_id = arg->local_mod_app_bind.cid; in btc_ble_mesh_prov_call_handler()2026 param.provisioner_bind_app_key_to_model_comp.model_id = arg->local_mod_app_bind.model_id; in btc_ble_mesh_prov_call_handler()2028 bt_mesh_provisioner_bind_local_model_app_idx(arg->local_mod_app_bind.elem_addr, in btc_ble_mesh_prov_call_handler()2029 arg->local_mod_app_bind.model_id, in btc_ble_mesh_prov_call_handler()2030 arg->local_mod_app_bind.cid, in btc_ble_mesh_prov_call_handler()2031 arg->local_mod_app_bind.app_idx); in btc_ble_mesh_prov_call_handler()
200 } local_mod_app_bind; member