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.cc155 bool Uuid::IsBase() const { return *this == kBase; } in IsBase() function in bluetooth::Uuid
/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc1656 return uuid.IsEmpty() || uuid.IsBase(); in btif_should_ignore_uuid()