Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java365 private native void gattServerStopServiceNative(int serverIf, int svcHandle); in gattServerStopServiceNative() method in GattNativeInterface
622 gattServerStopServiceNative(serverIf, svcHandle); in gattServerStopService()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp2061 static void gattServerStopServiceNative(JNIEnv* /* env */, jobject /* object */, in gattServerStopServiceNative() function
2844 (void*)gattServerStopServiceNative}, in register_com_android_bluetooth_gatt_()