Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterNativeInterface.java113 return createBondNative(address, addressType, transport); in createBond()
296 private native boolean createBondNative(byte[] address, int addressType, int transport); in createBondNative() method in AdapterNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp1133 static jboolean createBondNative(JNIEnv* env, jobject /* obj */, in createBondNative() function
2154 {"createBondNative", "([BII)Z", (void*)createBondNative}, in register_com_android_bluetooth_btservice_AdapterService()