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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java528 public void removeService(int serverIf, int srvcType, method in class:GattService.BluetoothGattBinder
532 service.removeService(serverIf, srvcType, srvcInstanceId,
1994 void removeService(int serverIf, int srvcType, method in class:GattService
1998 if (DBG) Log.d(TAG, "removeService() - uuid=" + srvcUuid);

Completed in 248 milliseconds