Searched refs:gattServerDeleteService (Results 1 – 3 of 3) sorted by relevance
626 public void gattServerDeleteService(int serverIf, int svcHandle) { in gattServerDeleteService() method in GattNativeInterface
3283 mNativeInterface.gattServerDeleteService(serverIf, handle); in removeService()3497 mNativeInterface.gattServerDeleteService(serverIf, handle); in deleteServices()
178 verify(mNativeInterface, times(0)).gattServerDeleteService(eq(serverIf), anyInt()); in emptyClearServices()