Searched defs:discoverServices (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java455 public void discoverServices(int clientIf, String address) { method in class:GattService.BluetoothGattBinder
458 service.discoverServices(clientIf, address);
1871 void discoverServices(int clientIf, String address) { method in class:GattService
1875 if (DBG) Log.d(TAG, "discoverServices() - address=" + address + ", connId=" + connId);
1880 Log.e(TAG, "discoverServices() - No connection for " + address + "...");

Completed in 18 milliseconds