Searched refs:connectChannelNative (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hdp.cpp233 static jint connectChannelNative(JNIEnv *env, jobject object, function in namespace:android
275 {"connectChannelNative", "([BI)I", (void *) connectChannelNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java202 chan.mChannelId = connectChannelNative(devAddr, appId);
888 private native int connectChannelNative(byte[] btAddress, int appId); method in class:HealthService

Completed in 37 milliseconds