Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/lib/hci/
Dpcap_filter.cc237 auto parameters = LeSetScanResponseDataView::Create(command); in FilterLeSetScanResponseData()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dhci_packets_test.cc424 auto view = LeSetScanResponseDataView::Create(command_view); in TEST()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc1861 auto command_view = bluetooth::hci::LeSetScanResponseDataView::Create(command); in LeSetScanResponseData()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h9975LeSetScanResponseDataView : public LeAdvertisingCommandView { public:static LeSetScanResponseDataV… in CreateOptional()
9977LeSetScanResponseDataView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::… in CreateOptional()
9997 explicit LeSetScanResponseDataView(LeAdvertisingCommandView parent) : LeAdvertisingCommandView(std:… in CreateOptional() function
33309 static std::unique_ptr<LeSetScanResponseDataBuilder> FromView(LeSetScanResponseDataView view) {if (… in Create()
33331 …reBytes(std::vector<uint8_t> captured_packet) {LeSetScanResponseDataView view = LeSetScanResponseD…
33334 … vec = std::vector<uint8_t>(data, data + size);LeSetScanResponseDataView view = LeSetScanResponseD…