Home | History | Annotate | Download | only in gatt

Lines Matching refs:connId

30         public int connId;
42 void add(int connId, int srvcType,
45 entry.connId = connId;
54 void add(int connId, int srvcType,
59 entry.connId = connId;
76 void removeConnId(int connId) {
79 if (entry.connId == connId) {