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

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
CallbackInfo.java 31 int srvcInstId;
36 CallbackInfo(String address, int status, int srvcType, int srvcInstId,
41 this.srvcInstId = srvcInstId;
SearchQueue.java 32 public int srvcInstId;
43 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb) {
47 entry.srvcInstId = srvcInstId;
55 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb,
61 entry.srvcInstId = srvcInstId;

Completed in 115 milliseconds