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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hdp.cpp257 static jboolean disconnectChannelNative(JNIEnv *env, jobject object, jint channel_id) { function in namespace:android
276 {"disconnectChannelNative", "(I)Z", (void *) disconnectChannelNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java214 if (!disconnectChannelNative(chan.mChannelId)) {
878 private native boolean disconnectChannelNative(int channelId); method in class:HealthService

Completed in 81 milliseconds