Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl_test.cc1068 auto command = CreateLeSecurityCommandView<LeSetPrivacyModeView>(hci_layer_->GetCommand()); in TEST_F()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc2502 auto command_view = bluetooth::hci::LeSetPrivacyModeView::Create(command); in LeSetPrivacyMode()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h13192LeSetPrivacyModeView : public LeSecurityCommandView { public:static LeSetPrivacyModeView Create(Le… in CreateOptional()
13194 …tic LeSetPrivacyModeView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
13212 explicit LeSetPrivacyModeView(LeSecurityCommandView parent) : LeSecurityCommandView(std::move(paren… in CreateOptional() function
38583 static std::unique_ptr<LeSetPrivacyModeBuilder> FromView(LeSetPrivacyModeView view) {if (!view.IsVa… in Create()
38604 …CompareBytes(std::vector<uint8_t> captured_packet) {LeSetPrivacyModeView view = LeSetPrivacyModeVi…
38607 …{auto vec = std::vector<uint8_t>(data, data + size);LeSetPrivacyModeView view = LeSetPrivacyModeVi…