Searched refs:size_bytes_ (Results 1 – 2 of 2) sorted by relevance
32 size_bytes_(std::make_shared<std::vector<uint8_t>>(kSizeBytes)) {} in LinkLayerSocketDevice()37 socket_.TryReceive(kSizeBytes, size_bytes_->data() + offset_); in TimerTick()44 {bluetooth::packet::View(size_bytes_, 0, kSizeBytes)}); in TimerTick()
58 std::shared_ptr<std::vector<uint8_t>> size_bytes_; variable