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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java444 public void endServiceDeclaration(int serverIf) { method in class:GattService.BluetoothGattBinder
447 service.endServiceDeclaration(serverIf);
1431 void endServiceDeclaration(int serverIf) { method in class:GattService
1434 if (DBG) Log.d(TAG, "endServiceDeclaration()");

Completed in 43 milliseconds