Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc2086 auto command_view = bluetooth::hci::LeReadResolvingListSizeView::Create(command); in LeReadResolvingListSize()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h11379LeReadResolvingListSizeView : public CommandView { public:static LeReadResolvingListSizeView Creat… in CreateOptional()
11381LeReadResolvingListSizeView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std… in CreateOptional()
11393 explicit LeReadResolvingListSizeView(CommandView parent) : CommandView(std::move(parent)) { was_val… in CreateOptional() function
35699 static std::unique_ptr<LeReadResolvingListSizeBuilder> FromView(LeReadResolvingListSizeView view) {… in Create()
35720 …Bytes(std::vector<uint8_t> captured_packet) {LeReadResolvingListSizeView view = LeReadResolvingLis…
35723 …ec = std::vector<uint8_t>(data, data + size);LeReadResolvingListSizeView view = LeReadResolvingLis…