Searched refs:connectChannelNative (Results 1 – 2 of 2) sorted by relevance
233 static jint connectChannelNative(JNIEnv *env, jobject object, in connectChannelNative() function275 {"connectChannelNative", "([BI)I", (void *) connectChannelNative},
205 chan.mChannelId = connectChannelNative(devAddr, appId); in handleMessage()908 private native int connectChannelNative(byte[] btAddress, int appId); in connectChannelNative() method in HealthService