Lines Matching refs:BluetoothUUID
23 BluetoothUUID::Format* format) {
27 *format = BluetoothUUID::kFormatInvalid;
52 *format = BluetoothUUID::kFormat16Bit;
55 *format = BluetoothUUID::kFormat32Bit;
58 *format = BluetoothUUID::kFormat128Bit;
65 BluetoothUUID::BluetoothUUID(const std::string& uuid) {
69 BluetoothUUID::BluetoothUUID() : format_(kFormatInvalid) {
72 BluetoothUUID::~BluetoothUUID() {
75 bool BluetoothUUID::IsValid() const {
79 bool BluetoothUUID::operator<(const BluetoothUUID& uuid) const {
83 bool BluetoothUUID::operator==(const BluetoothUUID& uuid) const {
87 bool BluetoothUUID::operator!=(const BluetoothUUID& uuid) const {
91 void PrintTo(const BluetoothUUID& uuid, std::ostream* out) {