Home
last modified time | relevance | path

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

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