Home
last modified time | relevance | path

Searched refs:local_mod_app_bind (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.c465 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()
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c2023 … 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()
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h200 } local_mod_app_bind; member