Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:UUID

19 #include "bluetooth/uuid.h"
31 class UUID : public Parcelable, public ::bluetooth::UUID {
33 UUID() = default;
35 UUID(const ::bluetooth::UUID& uuid) : ::bluetooth::UUID(uuid){}; // NOLINT
36 ~UUID() = default;