Home
last modified time | relevance | path

Searched refs:setProtocolModeNative (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidHostNativeInterface.java79 return setProtocolModeNative(address, addressType, transport, protocolMode); in setProtocolMode()
189 private native boolean setProtocolModeNative( in setProtocolModeNative() method in HidHostNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hid_host.cpp370 static jboolean setProtocolModeNative(JNIEnv* env, jobject /* object */, in setProtocolModeNative() function
548 {"setProtocolModeNative", "([BIIB)Z", (void*)setProtocolModeNative}, in register_com_android_bluetooth_hid_host()