Searched refs:provisioner_prov_dev_with_addr (Results 1 – 3 of 3) sorted by relevance
333 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()
161 } provisioner_prov_dev_with_addr; member
1967 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()