Home
last modified time | relevance | path

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

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