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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_pan.cpp213 static jboolean disconnectPanNative(JNIEnv* env, jobject object, function in namespace:android
241 {"disconnectPanNative", "([B)Z", (void*)disconnectPanNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java184 if (!disconnectPanNative(Utils.getByteAddress(device)) ) {
487 disconnectPanNative(Utils.getByteAddress(device));
496 disconnectPanNative(Utils.getByteAddress(device));
668 private native boolean disconnectPanNative(byte[] btAddress); method in class:PanService

Completed in 113 milliseconds