Home
last modified time | relevance | path

Searched refs:SecurityCommandView (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dhci_metrics_logging.cc812 SecurityCommandView security_command_view = SecurityCommandView::Create(*command_view); in log_classic_pairing_command_status()
1001 SecurityCommandView security_command_view = SecurityCommandView::Create(*command_view); in log_classic_pairing_command_complete()
Dhci_layer_test.cc473 SecurityCommandView::Create(CommandView::Create(*sent_command))); in TEST_F()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/fuzz/
Dhci_layer_fuzz_client.cc106 inject_command<SecurityCommandView, SecurityCommandBuilder>(data, security_interface_); in injectSecurityCommand()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_impl_test.cc90 return T::Create(CreateCommandView<hci::SecurityCommandView>(bytes)); in CreateSecurityCommandView()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h2888SecurityCommandView : public CommandView { public:static SecurityCommandView Create(CommandView pa… in CreateOptional()
2890 …atic SecurityCommandView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
2906 explicit SecurityCommandView(CommandView parent) : CommandView(std::move(parent)) { was_validated_ … in CreateOptional() function
3582SecurityCommandView { public:static LinkKeyRequestReplyView Create(SecurityCommandView parent){ re… in CreateOptional()
3584 …td::vector<uint8_t>>(bytes);return LinkKeyRequestReplyView::Create(SecurityCommandView::Create(Com… in CreateOptional()
3591 if (!SecurityCommandView::Validate()) { in CreateOptional()
3601 explicit LinkKeyRequestReplyView(SecurityCommandView parent) : SecurityCommandView(std::move(parent… in CreateOptional()
3625SecurityCommandView { public:static LinkKeyRequestNegativeReplyView Create(SecurityCommandView par… in CreateOptional()
3627 …or<uint8_t>>(bytes);return LinkKeyRequestNegativeReplyView::Create(SecurityCommandView::Create(Com… in CreateOptional()
3632 if (!SecurityCommandView::Validate()) { in CreateOptional()
[all …]