Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_btservice_AdapterService.cpp1554 static void interopDatabaseAddNative(JNIEnv* env, jobject obj, int feature, in interopDatabaseAddNative() function
1724 {"interopDatabaseAddNative", "(I[BI)V", (void*)interopDatabaseAddNative},
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java495 interopDatabaseAddNative(feature, addr, length); in updateInteropDatabase()
3960 private native void interopDatabaseAddNative(int feature, byte[] address, int length); in interopDatabaseAddNative() method in AdapterService