Searched refs:ReadClockOffsetView (Results 1 – 4 of 4) sorted by relevance
167 GET_CONNECTION(ReadClockOffsetView::Create(command_view)); in ConnectionCommand()
825 auto command_view = ReadClockOffsetView::Create(packet); in TEST_F()
514 auto command_view = bluetooth::hci::ReadClockOffsetView::Create(command); in ReadClockOffset()
4144 …ReadClockOffsetView : public ConnectionManagementCommandView { public:static ReadClockOffsetView C… in CreateOptional()4146 …atic ReadClockOffsetView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()4162 explicit ReadClockOffsetView(ConnectionManagementCommandView parent) : ConnectionManagementCommandV… in CreateOptional() function23430 static std::unique_ptr<ReadClockOffsetBuilder> FromView(ReadClockOffsetView view) {if (!view.IsVali… in Create()23453 … CompareBytes(std::vector<uint8_t> captured_packet) {ReadClockOffsetView view = ReadClockOffsetVie…23456 … {auto vec = std::vector<uint8_t>(data, data + size);ReadClockOffsetView view = ReadClockOffsetVie…