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