Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterNativeInterface.java109 return getDevicePropertyNative(address, type); in getDeviceProperty()
294 private native boolean getDevicePropertyNative(byte[] address, int type); in getDevicePropertyNative() method in AdapterNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp1582 static jboolean getDevicePropertyNative(JNIEnv* env, jobject /* obj */, in getDevicePropertyNative() function
2150 {"getDevicePropertyNative", "([BI)Z", (void*)getDevicePropertyNative}, in register_com_android_bluetooth_btservice_AdapterService()