Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidDeviceNativeInterface.java156 return connectNative(getByteAddress(device)); in connect()
276 private native boolean connectNative(byte[] btAddress); in connectNative() method in HidDeviceNativeInterface
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hid_device.cpp448 static jboolean connectNative(JNIEnv* env, jobject thiz, jbyteArray address) { in connectNative() function
512 {"connectNative", "([B)Z", (void*)connectNative},
Dcom_android_bluetooth_hfpclient.cpp506 static jboolean connectNative(JNIEnv* env, jobject object, jbyteArray address) { in connectNative() function
843 {"connectNative", "([B)Z", (void*)connectNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DNativeInterface.java85 return connectNative(address); in connect()
270 private static native boolean connectNative(byte[] address); in connectNative() method in NativeInterface