Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_btservice_AdapterService.cpp1318 static int getConnectionStateNative(JNIEnv* env, jobject obj, in getConnectionStateNative() function
1713 {"getConnectionStateNative", "([B)I", (void*)getConnectionStateNative},
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java2796 return getConnectionStateNative(addressToBytes(device.getAddress())); in getConnectionState()
3931 native int getConnectionStateNative(byte[] address); in getConnectionStateNative() method in AdapterService