Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp1095 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/
DAdapterService.java2094 int fd = connectSocketNative(Utils.getBytesFromAddress(device.getAddress()), in connectSocket()
2552 private native int connectSocketNative(byte[] address, int type, in connectSocketNative() method in AdapterService