Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterNativeInterface.java197 return connectSocketNative(address, type, uuid, port, flag, callingUid); in connectSocket()
339 private native int connectSocketNative( in connectSocketNative() method in AdapterNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp1741 static jint connectSocketNative(JNIEnv* env, jobject /* obj */, in connectSocketNative() function
2175 {"connectSocketNative", "([BI[BIII)I", (void*)connectSocketNative}, in register_com_android_bluetooth_btservice_AdapterService()