Home
last modified time | relevance | path

Searched refs:LeSetHostFeatureView (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h14273LeSetHostFeatureView : public CommandView { public:static LeSetHostFeatureView Create(CommandView … in CreateOptional()
14275 …tic LeSetHostFeatureView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
14291 explicit LeSetHostFeatureView(CommandView parent) : CommandView(std::move(parent)) { was_validated_… in CreateOptional() function
40245 static std::unique_ptr<LeSetHostFeatureBuilder> FromView(LeSetHostFeatureView view) {if (!view.IsVa… in Create()
40266 …CompareBytes(std::vector<uint8_t> captured_packet) {LeSetHostFeatureView view = LeSetHostFeatureVi…
40269 …{auto vec = std::vector<uint8_t>(data, data + size);LeSetHostFeatureView view = LeSetHostFeatureVi…