HomeSort by relevance Sort by last modified time
    Searched refs:disconnectHidNative (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 163 if (!disconnectHidNative(Utils.getByteAddress(device)) ) {
183 disconnectHidNative(Utils.getByteAddress(device));
643 private native boolean disconnectHidNative(byte[] btAddress);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hid.cpp 263 static jboolean disconnectHidNative(JNIEnv *env, jobject object, jbyteArray address) {
450 {"disconnectHidNative", "([B)Z", (void *) disconnectHidNative},

Completed in 100 milliseconds