Searched defs:disconnectHfpNative (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hfp.cpp508 static jboolean disconnectHfpNative(JNIEnv* env, jobject object, function in namespace:android
895 {"disconnectHfpNative", "([B)Z", (void*)disconnectHfpNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetNativeInterface.java275 return disconnectHfpNative(Utils.getByteAddress(device));
472 private native boolean disconnectHfpNative(byte[] address); method in class:HeadsetNativeInterface

Completed in 13 milliseconds