Searched refs:connectSocketNative (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 1095 static int connectSocketNative(JNIEnv *env, jobject object, jbyteArray address, jint type, in connectSocketNative() function 1289 {"connectSocketNative", "([BI[BIII)I", (void*) connectSocketNative},
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | AdapterService.java | 2094 int fd = connectSocketNative(Utils.getBytesFromAddress(device.getAddress()), in connectSocket() 2552 private native int connectSocketNative(byte[] address, int type, in connectSocketNative() method in AdapterService
|