Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc2130 auto command_view = bluetooth::hci::LeReadMaximumDataLengthView::Create(command); in LeReadMaximumDataLength()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h11617LeReadMaximumDataLengthView : public CommandView { public:static LeReadMaximumDataLengthView Creat… in CreateOptional()
11619LeReadMaximumDataLengthView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std… in CreateOptional()
11631 explicit LeReadMaximumDataLengthView(CommandView parent) : CommandView(std::move(parent)) { was_val… in CreateOptional() function
36119 static std::unique_ptr<LeReadMaximumDataLengthBuilder> FromView(LeReadMaximumDataLengthView view) {… in Create()
36140 …Bytes(std::vector<uint8_t> captured_packet) {LeReadMaximumDataLengthView view = LeReadMaximumDataL…
36143 …ec = std::vector<uint8_t>(data, data + size);LeReadMaximumDataLengthView view = LeReadMaximumDataL…