Home
last modified time | relevance | path

Searched refs:node_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_local_data_operation_api.c198 arg.node_local_mod_app_bind.element_addr = element_addr; in esp_ble_mesh_node_bind_app_key_to_local_model()
199 arg.node_local_mod_app_bind.model_id = model_id; in esp_ble_mesh_node_bind_app_key_to_local_model()
200 arg.node_local_mod_app_bind.company_id = company_id; in esp_ble_mesh_node_bind_app_key_to_local_model()
201 arg.node_local_mod_app_bind.app_idx = app_idx; in esp_ble_mesh_node_bind_app_key_to_local_model()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1888 … param.node_bind_app_key_to_model_comp.element_addr = arg->node_local_mod_app_bind.element_addr; in btc_ble_mesh_prov_call_handler()
1889 param.node_bind_app_key_to_model_comp.model_id = arg->node_local_mod_app_bind.model_id; in btc_ble_mesh_prov_call_handler()
1890 param.node_bind_app_key_to_model_comp.company_id = arg->node_local_mod_app_bind.company_id; in btc_ble_mesh_prov_call_handler()
1891 param.node_bind_app_key_to_model_comp.app_idx = arg->node_local_mod_app_bind.app_idx; in btc_ble_mesh_prov_call_handler()
1893 bt_mesh_node_bind_app_key_to_model(arg->node_local_mod_app_bind.element_addr, in btc_ble_mesh_prov_call_handler()
1894 arg->node_local_mod_app_bind.model_id, in btc_ble_mesh_prov_call_handler()
1895 arg->node_local_mod_app_bind.company_id, in btc_ble_mesh_prov_call_handler()
1896 arg->node_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.h130 } node_local_mod_app_bind; member