Home
last modified time | relevance | path

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

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