Home
last modified time | relevance | path

Searched refs:ReadInquiryModeCompleteView (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.h7625ReadInquiryModeCompleteView : public CommandCompleteView { public:static ReadInquiryModeCompleteVi… in CreateOptional()
7627ReadInquiryModeCompleteView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std… in CreateOptional()
7643 explicit ReadInquiryModeCompleteView(CommandCompleteView parent) : CommandCompleteView(std::move(pa… in CreateOptional() function
29280 static std::unique_ptr<ReadInquiryModeCompleteBuilder> FromView(ReadInquiryModeCompleteView view) {… in Create()
29301 …Bytes(std::vector<uint8_t> captured_packet) {ReadInquiryModeCompleteView view = ReadInquiryModeCom…
29304 …ec = std::vector<uint8_t>(data, data + size);ReadInquiryModeCompleteView view = ReadInquiryModeCom…