Searched refs:ReadPageScanTypeView (Results 1 – 2 of 2) sorted by relevance
1014 auto command_view = bluetooth::hci::ReadPageScanTypeView::Create(command); in ReadPageScanType()
7684 …ReadPageScanTypeView : public DiscoveryCommandView { public:static ReadPageScanTypeView Create(Dis… in CreateOptional()7686 …tic ReadPageScanTypeView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()7698 explicit ReadPageScanTypeView(DiscoveryCommandView parent) : DiscoveryCommandView(std::move(parent)… in CreateOptional() function29385 static std::unique_ptr<ReadPageScanTypeBuilder> FromView(ReadPageScanTypeView view) {if (!view.IsVa… in Create()29406 …CompareBytes(std::vector<uint8_t> captured_packet) {ReadPageScanTypeView view = ReadPageScanTypeVi…29409 …{auto vec = std::vector<uint8_t>(data, data + size);ReadPageScanTypeView view = ReadPageScanTypeVi…