Searched refs:disconnectPanServerDeviceNative (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/server/
H A DBluetoothPanProfileHandler.java176 if (!mBluetoothService.disconnectPanServerDeviceNative(objectPath,
238 if (!mBluetoothService.disconnectPanServerDeviceNative(objectPath, device.getAddress(),
H A DBluetoothService.java2838 native boolean disconnectPanServerDeviceNative(String path, method in class:BluetoothService
/frameworks/base/core/jni/
H A Dandroid_server_BluetoothService.cpp1258 static jboolean disconnectPanServerDeviceNative(JNIEnv *env, jobject object, function in namespace:android
1263 LOGE("disconnectPanServerDeviceNative");
1737 {"disconnectPanServerDeviceNative", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z",
1738 (void *)disconnectPanServerDeviceNative},

Completed in 35 milliseconds