Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterNativeInterface.java141 return getConnectionStateNative(address); in getConnectionState()
311 private native int getConnectionStateNative(byte[] address); in getConnectionStateNative() method in AdapterNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp1476 static int getConnectionStateNative(JNIEnv* env, jobject /* obj */, in getConnectionStateNative() function
2162 {"getConnectionStateNative", "([B)I", (void*)getConnectionStateNative}, in register_com_android_bluetooth_btservice_AdapterService()