Home | History | Annotate | Download | only in jni

Lines Matching refs:LLCP_MIU

1639    - Local Link MIU (LLCP_MIU)
1710 if (maxInfoUnit > (int)LLCP_MIU)
1712 ALOGV("%s: overriding the miu passed by the app(%d) with stack miu(%zu)", fn, maxInfoUnit, LLCP_MIU);
1713 maxInfoUnit = LLCP_MIU;