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 714 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb)
716 UUID uuid = new UUID(srvcUuidMsb, srvcUuidLsb);
721 mSearchQueue.add(connId, srvcType, srvcInstId, srvcUuidLsb, srvcUuidMsb);
731 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb,
735 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb);
744 srvcInstId, srvcUuidLsb, srvcUuidMsb,
756 srvcInstId, srvcUuidLsb, srvcUuidMsb,
761 srvcType, srvcInstId, srvcUuidLsb, srvcUuidMsb,
767 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb,
771 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb);
    [all...]

Completed in 118 milliseconds