Searched refs:Address (Results 1 – 12 of 12) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/ |
D | GATT_PTS_INSTRUCTIONS | 769 Note: Use Public Address 775 Note: Use Public Address 781 Note: Static Address OK 786 Note: Static Address OK 792 Note: Static Address OK 812 Note: Static Address OK. 821 Note: Static Address OK 829 Note: Static Address OK 854 Note: Static Address OK 861 Note: Static Address OK [all …]
|
D | GAP_PTS_INSTRUCTIONS | 237 Enter Address into PTS 322 Use PEER Address 466 Note: Use Bluetooth Public Address 472 Note: Use Bluetooth Public Address 501 Note: Use Bluetooth Public Address 528 Note: Use Bluetooth Public Address 536 Note: Use Bluetooth Public Address 547 Note: Use Bluetooth Public Address 561 Note: Use Bluetooth Public Address
|
/tools/security/gdb/gdb_json_printer/ |
D | README.md | 28 address: Address, 35 address: Address, 48 address: Address, 55 address: Address, 62 address: Address, 69 address: Address,
|
/tools/netsim/rust/daemon/src/bluetooth/ |
D | beacon.rs | 21 Address, AddressType, LeLegacyAdvertisingPduBuilder, LeScanResponseBuilder, PacketType, 49 static ref EMPTY_ADDRESS: Address = Address::try_from(0u64).unwrap(); 63 address: Address, 375 fn addr_to_str(addr: Address) -> String { in addr_to_str() 382 fn str_to_addr(addr: &str) -> Result<Address, String> { in str_to_addr() argument 531 assert_eq!(Address::try_from(0xbe_ac_12_34_00_0f).unwrap(), addr.unwrap()); in test_str_to_addr_succeeds() 537 assert_eq!(Address::try_from(0).unwrap(), addr.unwrap()); in test_empty_str_to_addr_succeeds()
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 198 + Source Address + 206 + Destination Address + 245 Source Address 128-bit address of the originator of the packet. 248 Destination Address 128-bit address of the intended recipient of the 323 identified in the Destination Address field of the IPv6 header. 405 that appears in the IPv6 Destination Address field 489 packet's Destination Address was a multicast address, send an 491 Source Address, pointing to the unrecognized Option Type. 494 Address was not a multicast address, send an ICMP Parameter 495 Problem, Code 2, message to the packet's Source Address, [all …]
|
/tools/netsim/src/hci/ |
D | bluetooth_facade.cc | 387 std::optional<Address> address_option; in Add() 389 address_option = rootcanal::Address::FromString(address_string); in Add() 440 std::array<uint8_t, rootcanal::Address::kLength> address) { in SetRustDeviceAddress() 441 uint8_t addr[rootcanal::Address::kLength]; in SetRustDeviceAddress() 442 std::memcpy(addr, address.data(), rootcanal::Address::kLength); in SetRustDeviceAddress() 443 gTestModel->SetDeviceAddress(rootcanal_id, rootcanal::Address(addr)); in SetRustDeviceAddress()
|
D | bluetooth_facade.h | 49 std::array<uint8_t, rootcanal::Address::kLength> address);
|
D | rust_device.h | 35 rootcanal::Address::FromString(address, address_); in RustDevice()
|
/tools/security/gdb/heap_print/ |
D | README.md | 9 Starting Address: 0x55555556aeb0
|
/tools/security/fuzzing/example_fuzzer/ |
D | README.md | 65 Address 0x007fe3caf8c3 is located in stack of thread T0 at offset 35 in frame
|
/tools/netsim/proto/netsim/ |
D | model.proto | 94 // Address, AdvertiseSetting, AdvertiseData.
|
/tools/metalava/ |
D | README.md | 111 * Address errors in the doclava1 format which for example was missing
|