Searched refs:bytes_to_read (Results 1 – 3 of 3) sorted by relevance
72 ssize_t bytes_to_read = h4_parser_.BytesRequested(); in OnDataReady() local73 std::vector<uint8_t> buffer(bytes_to_read); in OnDataReady()75 ssize_t bytes_read = socket->Recv(buffer.data(), bytes_to_read); in OnDataReady()
106 size_t bytes_to_read = BytesRequested(); in Consume() local113 bytes_to_read); in Consume()
1692 uint32_t bytes_to_read = 0; in GapCallback() local1693 GAP_GetRxQueueCnt(gap_handle, &bytes_to_read); in GapCallback()1694 std::vector<uint8_t> buffer(bytes_to_read); in GapCallback()