Home
last modified time | relevance | path

Searched refs:gattServerDeleteServiceNative (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java367 private native void gattServerDeleteServiceNative(int serverIf, int svcHandle); in gattServerDeleteServiceNative() method in GattNativeInterface
627 gattServerDeleteServiceNative(serverIf, svcHandle); in gattServerDeleteService()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp2067 static void gattServerDeleteServiceNative(JNIEnv* /* env */, in gattServerDeleteServiceNative() function
2846 (void*)gattServerDeleteServiceNative}, in register_com_android_bluetooth_gatt_()