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 670 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb)
672 UUID uuid = new UUID(srvcUuidMsb, srvcUuidLsb);
677 mSearchQueue.add(connId, srvcType, srvcInstId, srvcUuidLsb, srvcUuidMsb);
687 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb,
691 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb);
700 srvcInstId, srvcUuidLsb, srvcUuidMsb,
712 srvcInstId, srvcUuidLsb, srvcUuidMsb,
717 srvcType, srvcInstId, srvcUuidLsb, srvcUuidMsb,
723 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb,
727 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb);
    [all...]

Completed in 63 milliseconds