Searched refs:MAX_RX_MSG_SZ (Results 1 – 1 of 1) sorted by relevance
61 static constexpr int MAX_RX_MSG_SZ = 2048; in read() local62 std::vector<uint8_t> msg = std::vector<uint8_t>(MAX_RX_MSG_SZ); in read()67 if (numBytes == MAX_RX_MSG_SZ) { in read()68 ALOGE("%s: Received max size = %d", __FUNCTION__, MAX_RX_MSG_SZ); in read()