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 585 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb)
587 UUID uuid = new UUID(srvcUuidMsb, srvcUuidLsb);
592 mSearchQueue.add(connId, srvcType, srvcInstId, srvcUuidLsb, srvcUuidMsb);
602 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb,
606 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb);
615 srvcInstId, srvcUuidLsb, srvcUuidMsb,
627 srvcInstId, srvcUuidLsb, srvcUuidMsb,
632 srvcType, srvcInstId, srvcUuidLsb, srvcUuidMsb,
638 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb,
642 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb);
    [all...]

Completed in 1063 milliseconds