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.cpp1570 static void gattServerStopServiceNative (JNIEnv *env, jobject object, in gattServerStopServiceNative() function
1723 {"gattServerStopServiceNative", "(II)V", (void *) gattServerStopServiceNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java2187 gattServerStopServiceNative(serverIf, entry.handle); in stopNextService()
2391 private native void gattServerStopServiceNative (int server_if, in gattServerStopServiceNative() method in GattService