Home | History | Annotate | Download | only in bluetooth

Lines Matching full:uuid

32 import java.util.UUID;
100 UUID uuid = pUuid.getUuid();
101 msb = uuid.getMostSignificantBits();
102 lsb = uuid.getLeastSignificantBits();
112 UUID uuid;
115 uuid = uuids[i].getUuid();
116 msb = uuid.getMostSignificantBits();
117 lsb = uuid.getLeastSignificantBits();
127 UUID uuid;
134 puuids[i] = new ParcelUuid(new UUID(converter.getLong(offset),