Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hdp.cpp216 static jboolean disconnectChannelNative(JNIEnv* env, jobject object, in disconnectChannelNative() function
236 {"disconnectChannelNative", "(I)Z", (void*)disconnectChannelNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
DHealthService.java218 if (!disconnectChannelNative(chan.mChannelId)) { in handleMessage()
911 private native boolean disconnectChannelNative(int channelId); in disconnectChannelNative() method in HealthService