Searched refs:connectSocketNative (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | AdapterNativeInterface.java | 197 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/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 1741 static jint connectSocketNative(JNIEnv* env, jobject /* obj */, in connectSocketNative() function 2175 {"connectSocketNative", "([BI[BIII)I", (void*)connectSocketNative}, in register_com_android_bluetooth_btservice_AdapterService()
|