Searched refs:LeSetRandomAddressView (Results 1 – 3 of 3) sorted by relevance
132 LeSetRandomAddressView::Create(LeAdvertisingCommandView::Create( in SetUp()
1812 auto command_view = bluetooth::hci::LeSetRandomAddressView::Create(command); in LeSetRandomAddress()
9776 …LeSetRandomAddressView : 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() function32991 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…