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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hid.cpp241 static jboolean connectHidNative(JNIEnv* env, jobject object, function in namespace:android
450 {"connectHidNative", "([B)Z", (void*)connectHidNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java155 if (!connectHidNative(Utils.getByteAddress(device)) ) {
696 private native boolean connectHidNative(byte[] btAddress); method in class:HidService

Completed in 121 milliseconds