HomeSort by relevance Sort by last modified time
    Searched refs:disconnectPanNative (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_pan.cpp 215 static jboolean disconnectPanNative(JNIEnv *env, jobject object, jbyteArray address) {
244 {"disconnectPanNative", "([B)Z", (void *) disconnectPanNative},
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 155 if (!disconnectPanNative(Utils.getByteAddress(device)) ) {
418 disconnectPanNative(Utils.getByteAddress(device));
606 private native boolean disconnectPanNative(byte[] btAddress);

Completed in 73 milliseconds