Home
last modified time | relevance | path

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

/hal_espressif-latest/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-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c2048 … param.provisioner_bind_app_key_to_model_comp.element_addr = arg->local_mod_app_bind.elem_addr; in btc_ble_mesh_prov_call_handler()
2049 param.provisioner_bind_app_key_to_model_comp.app_idx = arg->local_mod_app_bind.app_idx; in btc_ble_mesh_prov_call_handler()
2050 param.provisioner_bind_app_key_to_model_comp.company_id = arg->local_mod_app_bind.cid; in btc_ble_mesh_prov_call_handler()
2051 param.provisioner_bind_app_key_to_model_comp.model_id = arg->local_mod_app_bind.model_id; in btc_ble_mesh_prov_call_handler()
2053 bt_mesh_provisioner_bind_local_model_app_idx(arg->local_mod_app_bind.elem_addr, in btc_ble_mesh_prov_call_handler()
2054 arg->local_mod_app_bind.model_id, in btc_ble_mesh_prov_call_handler()
2055 arg->local_mod_app_bind.cid, in btc_ble_mesh_prov_call_handler()
2056 arg->local_mod_app_bind.app_idx); in btc_ble_mesh_prov_call_handler()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h200 } local_mod_app_bind; member