Searched refs:IsBase (Results 1 – 3 of 3) sorted by relevance
108 bool IsBase() const;
173 bool Uuid::IsBase() const { return *this == kBase; } in IsBase() function in bluetooth::Uuid
1566 static bool btif_should_ignore_uuid(const Uuid& uuid) { return uuid.IsEmpty() || uuid.IsBase(); } in btif_should_ignore_uuid()