HomeSort by relevance Sort by last modified time
    Searched refs:kFormatInvalid (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_uuid.cc 27 *format = BluetoothUUID::kFormatInvalid;
69 BluetoothUUID::BluetoothUUID() : format_(kFormatInvalid) {
76 return format_ != kFormatInvalid;
bluetooth_uuid.h 21 kFormatInvalid,
bluetooth_uuid_unittest.cc 37 EXPECT_EQ(BluetoothUUID::kFormatInvalid, uuid2.format());
44 EXPECT_EQ(BluetoothUUID::kFormatInvalid, uuid3.format());
51 EXPECT_EQ(BluetoothUUID::kFormatInvalid, uuid4.format());

Completed in 66 milliseconds