Searched refs:bytes_to_read (Results 1 – 4 of 4) sorted by relevance
74 ssize_t bytes_to_read = h4_parser_.BytesRequested(); in OnDataReady() local75 std::vector<uint8_t> buffer(bytes_to_read); in OnDataReady()77 ssize_t bytes_read = socket->Recv(buffer.data(), bytes_to_read); in OnDataReady()
60 ssize_t bytes_to_read = h4_parser_.BytesRequested(); in OnDataReady() local61 std::vector<uint8_t> buffer(bytes_to_read); in OnDataReady()65 bytes_read = read(fd, buffer.data(), bytes_to_read); in OnDataReady()
108 size_t bytes_to_read = BytesRequested(); in Consume() local116 static_cast<int>(bytes_to_read)); in Consume()
1583 uint32_t bytes_to_read = 0; in GapCallback() local1584 GAP_GetRxQueueCnt(gap_handle, &bytes_to_read); in GapCallback()1585 std::vector<uint8_t> buffer(bytes_to_read); in GapCallback()