Searched refs:ReadLocalExtendedFeaturesView (Results 1 – 3 of 3) sorted by relevance
132 ReadLocalExtendedFeaturesView read_command = ReadLocalExtendedFeaturesView::Create(command); in HandleCommand()
456 auto command_view = bluetooth::hci::ReadLocalExtendedFeaturesView::Create(command); in ReadLocalExtendedFeatures()
8750 …ReadLocalExtendedFeaturesView : public CommandView { public:static ReadLocalExtendedFeaturesView C… in CreateOptional()8752 …ReadLocalExtendedFeaturesView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<s… in CreateOptional()8766 explicit ReadLocalExtendedFeaturesView(CommandView parent) : CommandView(std::move(parent)) { was_v… in CreateOptional() function31318 static std::unique_ptr<ReadLocalExtendedFeaturesBuilder> FromView(ReadLocalExtendedFeaturesView vie… in Create()31339 …tes(std::vector<uint8_t> captured_packet) {ReadLocalExtendedFeaturesView view = ReadLocalExtendedF…31346 … = std::vector<uint8_t>(data, data + size);ReadLocalExtendedFeaturesView view = ReadLocalExtendedF…