Home
last modified time | relevance | path

Searched defs:connectNative (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hidd.cpp418 static jboolean connectNative(JNIEnv* env, jobject thiz, jbyteArray address) { in connectNative() function
Dcom_android_bluetooth_hfpclient.cpp439 static jboolean connectNative(JNIEnv* env, jobject object, jbyteArray address) { in connectNative() function
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DNativeInterface.java39 static native boolean connectNative(byte[] address); in connectNative() method in NativeInterface
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidDevService.java695 private native boolean connectNative(byte[] btAddress); in connectNative() method in HidDevService