Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapMessage.java180 private int mMaxMsgSize = INVALID_VALUE; field in SapMessage
222 return mMaxMsgSize; in getMaxMsgSize()
226 this.mMaxMsgSize = maxMsgSize; in setMaxMsgSize()
335 if (mMaxMsgSize != INVALID_VALUE) { in getParamCount()
509 mMaxMsgSize = is.read(); in parseParameters()
510 mMaxMsgSize = mMaxMsgSize << 8 | is.read(); in parseParameters()
689 if (mMaxMsgSize != INVALID_VALUE) { in write()
690 writeParameter(os, PARAM_MAX_MSG_SIZE_ID, mMaxMsgSize, PARAM_MAX_MSG_SIZE_LENGTH); in write()
767 sapProxy.connectReq(rilSerial, mMaxMsgSize); in send()
948 mMaxMsgSize = resMsg.getMaxMessageSize(); in createSolicited()
[all …]
DSapServer.java97 private int mMaxMsgSize = 0; field in SapServer
147 fakeConReq.setMaxMsgSize(mMaxMsgSize); in onReceive()
570 mMaxMsgSize = msg.getMaxMsgSize(); in onConnectRequest()
686 rilSapConnect.setMaxMsgSize(mMaxMsgSize); in handleMessage()