Home
last modified time | relevance | path

Searched refs:getRemoteMasInstancesNative (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp1093 static jboolean getRemoteMasInstancesNative(JNIEnv *env, jobject obj, jbyteArray address) { in getRemoteMasInstancesNative() function
1238 {"getRemoteMasInstancesNative", "([B)Z", (void*) getRemoteMasInstancesNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DRemoteDevices.java413 mAdapterService.getRemoteMasInstancesNative(Utils.getBytesFromAddress(device.getAddress())); in fetchMasInstances()
DAdapterService.java1902 /*package*/ native boolean getRemoteMasInstancesNative(byte[] address); in getRemoteMasInstancesNative() method in AdapterService