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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_btservice_AdapterService.cpp825 static int connectSocketNative(JNIEnv *env, jobject object, jbyteArray address, jint type, function in namespace:android
925 {"connectSocketNative", "([BI[BII)I", (void*) connectSocketNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java1286 int fd = connectSocketNative(Utils.getBytesFromAddress(device.getAddress()),
1376 private native int connectSocketNative(byte[] address, int type, method in class:AdapterService

Completed in 446 milliseconds