Home | History | Annotate | Download | only in jni

Lines Matching refs:miu

69 static jobject com_NativeLlcpServiceSocket_doAccept(JNIEnv *e, jobject o, jint miu, jint rw, jint linearBufferLength)
92 sOptions.miu = miu;
96 sWorkingBuffer.buffer = (uint8_t*)malloc((miu*rw)+miu+linearBufferLength);
97 sWorkingBuffer.length = (miu*rw)+ miu + linearBufferLength;
160 /* Set socket MIU */
162 e->SetIntField(clientSocket, f,(jint)miu);
168 TRACE("socket handle 0x%02x: MIU = %d, RW = %d\n",hIncomingSocket, miu, rw);