Searched refs:PDU_BUFFER_MAX_SIZE (Results 1 – 3 of 3) sorted by relevance
29 const uint16_t PDU_BUFFER_MAX_SIZE = 0xFF; variable635 wBuffer.SetIndex(PDU_BUFFER_MAX_SIZE);640 wBuffer.SetIndex(PDU_BUFFER_MAX_SIZE);703 wBuffer.SetIndex(PDU_BUFFER_MAX_SIZE);736 wBuffer.SetIndex(PDU_BUFFER_MAX_SIZE);772 wBuffer.SetIndex(PDU_BUFFER_MAX_SIZE);808 wBuffer.SetIndex(PDU_BUFFER_MAX_SIZE);841 wBuffer.SetIndex(PDU_BUFFER_MAX_SIZE);879 wBuffer.SetIndex(PDU_BUFFER_MAX_SIZE);915 wBuffer.SetIndex(PDU_BUFFER_MAX_SIZE);[all …]
23 static constexpr uint16_t PDU_BUFFER_MAX_SIZE = 0xFF; variable132 if (len < PDU_BUFFER_MIN_SIZE || len > PDU_BUFFER_MAX_SIZE + 1) { in SmsReadBuffer()244 length_ = PDU_BUFFER_MAX_SIZE + 1; in SmsWriteBuffer()
27 static constexpr uint16_t PDU_BUFFER_MAX_SIZE = 0xFF; variable674 if (data == nullptr || size == 0 || size > PDU_BUFFER_MAX_SIZE) { in DoSomethingInterestingWithMyAPI()