Searched defs:connectSocketNative (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_btservice_AdapterService.cpp1072 static int connectSocketNative(JNIEnv* env, jobject object, jbyteArray address, function in namespace:android
1236 {"connectSocketNative", "([BI[BIII)I", (void*)connectSocketNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java1819 int fd = connectSocketNative(Utils.getBytesFromAddress(device.getAddress()), type,
2261 private native int connectSocketNative( method in class:AdapterService

Completed in 63 milliseconds