Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_provisioning_api.c333 memcpy(arg.provisioner_prov_dev_with_addr.uuid, uuid, 16); in esp_ble_mesh_provisioner_prov_device_with_addr()
335 memcpy(arg.provisioner_prov_dev_with_addr.addr, addr, BD_ADDR_LEN); in esp_ble_mesh_provisioner_prov_device_with_addr()
336 arg.provisioner_prov_dev_with_addr.addr_type = addr_type; in esp_ble_mesh_provisioner_prov_device_with_addr()
338 arg.provisioner_prov_dev_with_addr.bearer = bearer; in esp_ble_mesh_provisioner_prov_device_with_addr()
339 arg.provisioner_prov_dev_with_addr.oob_info = oob_info; in esp_ble_mesh_provisioner_prov_device_with_addr()
340 arg.provisioner_prov_dev_with_addr.unicast_addr = unicast_addr; in esp_ble_mesh_provisioner_prov_device_with_addr()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h161 } provisioner_prov_dev_with_addr; member
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1967 bt_mesh_provisioner_prov_device_with_addr(arg->provisioner_prov_dev_with_addr.uuid, in btc_ble_mesh_prov_call_handler()
1968 … arg->provisioner_prov_dev_with_addr.addr, arg->provisioner_prov_dev_with_addr.addr_type, in btc_ble_mesh_prov_call_handler()
1969 … arg->provisioner_prov_dev_with_addr.bearer, arg->provisioner_prov_dev_with_addr.oob_info, in btc_ble_mesh_prov_call_handler()
1970 arg->provisioner_prov_dev_with_addr.unicast_addr); in btc_ble_mesh_prov_call_handler()