Home
last modified time | relevance | path

Searched refs:device_addr (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/
Dble_mesh_register_cmd.c90 struct arg_str *device_addr; member
804 esp_ble_mesh_unprov_dev_add_t device_addr = {0}; in ble_mesh_provision_address() local
818 memcpy(device_addr.uuid, preset_addr_uuid, BD_ADDR_LEN); in ble_mesh_provision_address()
819 if (provisioner_addr.device_addr->count != 0) { in ble_mesh_provision_address()
820 str_2_mac((uint8_t *)provisioner_addr.device_addr->sval[0], device_addr.addr); in ble_mesh_provision_address()
821 str_2_mac((uint8_t *)provisioner_addr.device_addr->sval[0], del_dev.addr); in ble_mesh_provision_address()
822 arg_int_to_value(provisioner_addr.addr_type, device_addr.addr_type, "address type"); in ble_mesh_provision_address()
831 memcpy(device_addr.uuid, tmp_uuid, 16); in ble_mesh_provision_address()
838 arg_int_to_value(provisioner_addr.bearer, device_addr.bearer, "bearer"); in ble_mesh_provision_address()
839 arg_int_to_value(provisioner_addr.oob_info, device_addr.oob_info, "oob information"); in ble_mesh_provision_address()
[all …]
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/
Dtest_msc.c216 uint8_t device_addr = app_event.device.address; in msc_setup() local
218 ESP_OK_ASSERT( msc_host_install_device(device_addr, &device) ); in msc_setup()