Searched defs:connectPanDeviceNative (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_server_BluetoothService.cpp1197 static jboolean connectPanDeviceNative(JNIEnv *env, jobject object, jstring path, function in namespace:android
1201 LOGE("connectPanDeviceNative");
1734 {"connectPanDeviceNative", "(Ljava/lang/String;Ljava/lang/String;)Z",
1735 (void *)connectPanDeviceNative},
/frameworks/base/core/java/android/server/
H A DBluetoothService.java2836 native boolean connectPanDeviceNative(String path, String dstRole); method in class:BluetoothService

Completed in 53 milliseconds