Searched refs:ReadRemoteExtendedFeaturesView (Results 1 – 4 of 4) sorted by relevance
267 GET_CONNECTION(ReadRemoteExtendedFeaturesView::Create(command_view)); in ConnectionCommand()
470 auto command_view = bluetooth::hci::ReadRemoteExtendedFeaturesView::Create(command); in ReadRemoteExtendedFeatures()
2494 auto view = model::packets::ReadRemoteExtendedFeaturesView::Create(incoming); in IncomingReadRemoteExtendedFeatures()
4066 …ReadRemoteExtendedFeaturesView : public ConnectionManagementCommandView { public:static ReadRemote… in CreateOptional()4068 …ReadRemoteExtendedFeaturesView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<… in CreateOptional()4086 explicit ReadRemoteExtendedFeaturesView(ConnectionManagementCommandView parent) : ConnectionManagem… in CreateOptional() function23286 static std::unique_ptr<ReadRemoteExtendedFeaturesBuilder> FromView(ReadRemoteExtendedFeaturesView v… in Create()23309 …es(std::vector<uint8_t> captured_packet) {ReadRemoteExtendedFeaturesView view = ReadRemoteExtended…23312 …= std::vector<uint8_t>(data, data + size);ReadRemoteExtendedFeaturesView view = ReadRemoteExtended…