Lines Matching refs:BluetoothUUID
32 BluetoothUUID::Format* format) { in GetCanonicalUuid()
36 *format = BluetoothUUID::kFormatInvalid; in GetCanonicalUuid()
63 *format = BluetoothUUID::kFormat16Bit; in GetCanonicalUuid()
66 *format = BluetoothUUID::kFormat32Bit; in GetCanonicalUuid()
69 *format = BluetoothUUID::kFormat128Bit; in GetCanonicalUuid()
76 BluetoothUUID::BluetoothUUID(const std::string& uuid) { in BluetoothUUID() function in device::BluetoothUUID
81 BluetoothUUID::BluetoothUUID(GUID uuid) { in BluetoothUUID() function in device::BluetoothUUID
96 BluetoothUUID::BluetoothUUID() : format_(kFormatInvalid) { in BluetoothUUID() function in device::BluetoothUUID
99 BluetoothUUID::~BluetoothUUID() = default;
103 GUID BluetoothUUID::GetCanonicalValueAsGUID(base::StringPiece uuid) { in GetCanonicalValueAsGUID()
112 bool BluetoothUUID::IsValid() const { in IsValid()
116 bool BluetoothUUID::operator<(const BluetoothUUID& uuid) const { in operator <()
120 bool BluetoothUUID::operator==(const BluetoothUUID& uuid) const { in operator ==()
124 bool BluetoothUUID::operator!=(const BluetoothUUID& uuid) const { in operator !=()
128 void PrintTo(const BluetoothUUID& uuid, std::ostream* out) { in PrintTo()