HomeSort by relevance Sort by last modified time
    Searched defs:disconnectNative (Results 1 - 6 of 6) sorted by null

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hidd.cpp 442 static jboolean disconnectNative(JNIEnv* env, jobject thiz) {
473 {"disconnectNative", "()Z", (void*)disconnectNative},
com_android_bluetooth_hfpclient.cpp 457 static jboolean disconnectNative(JNIEnv* env, jobject object,
778 {"disconnectNative", "([B)Z", (void*)disconnectNative},
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
NativeInterface.java 40 static native boolean disconnectNative(byte[] address);