HomeSort by relevance Sort by last modified time
    Searched refs:srvcUuidLsb (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
SearchQueue.java 33 public long srvcUuidLsb;
43 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb) {
48 entry.srvcUuidLsb = srvcUuidLsb;
55 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb,
62 entry.srvcUuidLsb = srvcUuidLsb;
GattService.java 567 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb)
569 UUID uuid = new UUID(srvcUuidMsb, srvcUuidLsb);
574 mSearchQueue.add(connId, srvcType, srvcInstId, srvcUuidLsb, srvcUuidMsb);
584 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb,
588 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb);
597 srvcInstId, srvcUuidLsb, srvcUuidMsb,
609 srvcInstId, srvcUuidLsb, srvcUuidMsb,
614 srvcType, srvcInstId, srvcUuidLsb, srvcUuidMsb,
620 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb,
624 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb);
    [all...]

Completed in 2925 milliseconds