Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:Format

20   enum Format {
38 // should be provided in the 128-bit format. If |uuid| is in an unsupported
39 // format, the result might be invalid. Use IsValid to check for validity
50 // Returns true, if the UUID is in a valid canonical format.
53 // Returns the representation format of the UUID. This reflects the format
55 Format format() const { return format_; }
57 // Returns the value of the UUID as a string. The representation format is
66 // Returns the underlying 128-bit value as a string in the following format:
85 Format format_;