Searched refs:WritePageScanTypeView (Results 1 – 2 of 2) sorted by relevance
1025 auto command_view = bluetooth::hci::WritePageScanTypeView::Create(command); in WritePageScanType()
7722 …WritePageScanTypeView : public DiscoveryCommandView { public:static WritePageScanTypeView Create(D… in CreateOptional()7724 …ic WritePageScanTypeView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()7738 explicit WritePageScanTypeView(DiscoveryCommandView parent) : DiscoveryCommandView(std::move(parent… in CreateOptional() function29455 static std::unique_ptr<WritePageScanTypeBuilder> FromView(WritePageScanTypeView view) {if (!view.Is… in Create()29476 …ompareBytes(std::vector<uint8_t> captured_packet) {WritePageScanTypeView view = WritePageScanTypeV…29479 …auto vec = std::vector<uint8_t>(data, data + size);WritePageScanTypeView view = WritePageScanTypeV…