Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterNativeInterface.java125 return cancelBondNative(address); in cancelBond()
303 private native boolean cancelBondNative(byte[] address); in cancelBondNative() method in AdapterNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp1451 static jboolean cancelBondNative(JNIEnv* env, jobject /* obj */, in cancelBondNative() function
2159 {"cancelBondNative", "([B)Z", (void*)cancelBondNative}, in register_com_android_bluetooth_btservice_AdapterService()