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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java299 public void unregisterClient(int clientIf) { method in class:GattService.BluetoothGattBinder
302 service.unregisterClient(clientIf);
1346 void unregisterClient(int clientIf) { method in class:GattService
1349 if (DBG) Log.d(TAG, "unregisterClient() - clientIf=" + clientIf);

Completed in 32 milliseconds