Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/default/test/
Dbluetooth_address_test.cc39 constexpr uint8_t kZeros_bytes[BluetoothAddress::kBytes] = {0x00, 0x00, 0x00, variable
100 EXPECT_TRUE(memcmp(addrB, kZeros_bytes, BluetoothAddress::kBytes) == 0); in TEST_F()
115 BluetoothAddress::bytes_to_string(kZeros_bytes, addrB); in TEST_F()
227 EXPECT_TRUE(memcmp(address, kZeros_bytes, BluetoothAddress::kBytes) != 0); in TEST_F()