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

/hardware/interfaces/bluetooth/1.0/default/test/
H A Dbluetooth_address_test.cc40 constexpr uint8_t kZeros_bytes[BluetoothAddress::kBytes] = {0x00, 0x00, 0x00, member in namespace:android::hardware::bluetooth::V1_0::implementation
101 EXPECT_TRUE(memcmp(addrB, kZeros_bytes, BluetoothAddress::kBytes) == 0);
116 BluetoothAddress::bytes_to_string(kZeros_bytes, addrB);
228 EXPECT_TRUE(memcmp(address, kZeros_bytes, BluetoothAddress::kBytes) != 0);

Completed in 5 milliseconds