Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_test.cc132 LeSetRandomAddressView::Create(LeAdvertisingCommandView::Create( in SetUp()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc1812 auto command_view = bluetooth::hci::LeSetRandomAddressView::Create(command); in LeSetRandomAddress()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h9776LeSetRandomAddressView : public LeAdvertisingCommandView { public:static LeSetRandomAddressView Cr… in CreateOptional()
9778 …c LeSetRandomAddressView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
9792 explicit LeSetRandomAddressView(LeAdvertisingCommandView parent) : LeAdvertisingCommandView(std::mo… in CreateOptional() function
32991 static std::unique_ptr<LeSetRandomAddressBuilder> FromView(LeSetRandomAddressView view) {if (!view.… in Create()
33012 …mpareBytes(std::vector<uint8_t> captured_packet) {LeSetRandomAddressView view = LeSetRandomAddress…
33015 …uto vec = std::vector<uint8_t>(data, data + size);LeSetRandomAddressView view = LeSetRandomAddress…