Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1591 static void gattServerStopServiceNative(JNIEnv* env, jobject object, in gattServerStopServiceNative() function
2196 (void*)gattServerStopServiceNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java3119 gattServerStopServiceNative(serverIf, entry.handle); in stopNextService()
3337 private native void gattServerStopServiceNative(int serverIf, int svcHandle); in gattServerStopServiceNative() method in GattService