Home | History | Annotate | Download | only in gatt

Lines Matching defs:discoverServices

555         public void discoverServices(int clientIf, String address) {
560 service.discoverServices(clientIf, address);
2243 void discoverServices(int clientIf, String address) {
2248 Log.d(TAG, "discoverServices() - address=" + address + ", connId=" + connId);
2254 Log.e(TAG, "discoverServices() - No connection for " + address + "...");