Searched refs:ReadLocalSupportedFeaturesView (Results 1 – 3 of 3) sorted by relevance
421 ReadLocalSupportedFeaturesView::Create(CommandView::Create(*sent_command)); in TEST_F()
435 auto command_view = bluetooth::hci::ReadLocalSupportedFeaturesView::Create(command); in ReadLocalSupportedFeatures()
8712 …ReadLocalSupportedFeaturesView : public CommandView { public:static ReadLocalSupportedFeaturesView… in CreateOptional()8714 …ReadLocalSupportedFeaturesView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<… in CreateOptional()8726 explicit ReadLocalSupportedFeaturesView(CommandView parent) : CommandView(std::move(parent)) { was_… in CreateOptional() function31248 static std::unique_ptr<ReadLocalSupportedFeaturesBuilder> FromView(ReadLocalSupportedFeaturesView v… in Create()31269 …es(std::vector<uint8_t> captured_packet) {ReadLocalSupportedFeaturesView view = ReadLocalSupported…31272 …= std::vector<uint8_t>(data, data + size);ReadLocalSupportedFeaturesView view = ReadLocalSupported…