Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapMessage.java176 private int mMaxMsgSize = INVALID_VALUE; field in SapMessage
220 return mMaxMsgSize; in getMaxMsgSize()
224 this.mMaxMsgSize = maxMsgSize; in setMaxMsgSize()
334 if (mMaxMsgSize != INVALID_VALUE) { in getParamCount()
507 mMaxMsgSize = is.read(); in parseParameters()
508 mMaxMsgSize = mMaxMsgSize << 8 | is.read(); in parseParameters()
713 if (mMaxMsgSize != INVALID_VALUE) { in write()
714 writeParameter(os, PARAM_MAX_MSG_SIZE_ID, mMaxMsgSize, PARAM_MAX_MSG_SIZE_LENGTH); in write()
774 sapProxy.connectReq(rilSerial, mMaxMsgSize); in send()
959 mMaxMsgSize = resMsg.getMaxMessageSize(); in createSolicited()
[all …]
DSapServer.java102 private int mMaxMsgSize = 0; field in SapServer
151 fakeConReq.setMaxMsgSize(mMaxMsgSize); in onReceive()
584 mMaxMsgSize = msg.getMaxMsgSize(); in onConnectRequest()
696 rilSapConnect.setMaxMsgSize(mMaxMsgSize); in handleMessage()