Home
last modified time | relevance | path

Searched refs:maxMsgSize (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dsap_hidl_hal_api.cpp26 int32_t maxMsgSize = 100; in TEST_P() local
28 sap->connectReq(token, maxMsgSize); in TEST_P()
H A Dsap_hidl_hal_utils.h56 Return<void> connectResponse(int32_t token, SapConnectRsp sapConnectRsp, int32_t maxMsgSize);
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapRilReceiver.java70 public void connectResponse(int token, int sapConnectRsp, int maxMsgSize) { in connectResponse() argument
72 + " maxMsgSize " + maxMsgSize); in connectResponse()
77 sapMessage.setMaxMsgSize(maxMsgSize); in connectResponse()
H A DSapMessage.java225 public void setMaxMsgSize(int maxMsgSize) { in setMaxMsgSize() argument
226 this.mMaxMsgSize = maxMsgSize; in setMaxMsgSize()
/aosp12/hardware/interfaces/radio/1.0/
H A DISap.hal33 * @param maxMsgSize MaxMsgSize to be used for SIM Access Profile connection
35 oneway connectReq(int32_t token, int32_t maxMsgSize);
H A DISapCallback.hal25 * @param maxMsgSize MaxMsgSize supported by server if request cannot be fulfilled.
28 oneway connectResponse(int32_t token, SapConnectRsp sapConnectRsp, int32_t maxMsgSize);
/aosp12/hardware/interfaces/radio/1.2/default/
H A DSap.h42 Return<void> connectReq(int32_t token, int32_t maxMsgSize) override;
/aosp12/hardware/ril/libril/
H A Dsap_service.cpp52 Return<void> connectReq(int32_t token, int32_t maxMsgSize);
187 Return<void> SapImpl::connectReq(int32_t token, int32_t maxMsgSize) { in connectReq() argument
199 req.max_message_size = maxMsgSize; in connectReq()