Home
last modified time | relevance | path

Searched refs:gattServerDeleteService (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java626 public void gattServerDeleteService(int serverIf, int svcHandle) { in gattServerDeleteService() method in GattNativeInterface
DGattService.java3283 mNativeInterface.gattServerDeleteService(serverIf, handle); in removeService()
3497 mNativeInterface.gattServerDeleteService(serverIf, handle); in deleteServices()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java178 verify(mNativeInterface, times(0)).gattServerDeleteService(eq(serverIf), anyInt()); in emptyClearServices()