Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/types/bluetooth/
Duuid.h108 bool IsBase() const;
Duuid.cc173 bool Uuid::IsBase() const { return *this == kBase; } in IsBase() function in bluetooth::Uuid
/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc1566 static bool btif_should_ignore_uuid(const Uuid& uuid) { return uuid.IsEmpty() || uuid.IsBase(); } in btif_should_ignore_uuid()