Home
last modified time | relevance | path

Searched refs:LeSecurityCommandView (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dle_address_manager_test.cc338 LeSetAddressResolutionEnableView::Create(LeSecurityCommandView::Create(packet)); in TEST_F()
347 LeAddDeviceToResolvingListView::Create(LeSecurityCommandView::Create(packet)); in TEST_F()
360 LeSetAddressResolutionEnableView::Create(LeSecurityCommandView::Create(packet)); in TEST_F()
394 LeSetAddressResolutionEnableView::Create(LeSecurityCommandView::Create(packet)); in TEST_F()
403 LeRemoveDeviceFromResolvingListView::Create(LeSecurityCommandView::Create(packet)); in TEST_F()
414 LeSetAddressResolutionEnableView::Create(LeSecurityCommandView::Create(packet)); in TEST_F()
447 LeSetAddressResolutionEnableView::Create(LeSecurityCommandView::Create(packet)); in TEST_F()
455 auto packet_view = LeClearResolvingListView::Create(LeSecurityCommandView::Create(packet)); in TEST_F()
463 LeSetAddressResolutionEnableView::Create(LeSecurityCommandView::Create(packet)); in TEST_F()
Dcontroller_test.cc241 auto view = LeRandView::Create(LeSecurityCommandView::Create(command)); in HandleCommand()
Dhci_layer_test.cc448 LeRandView::Create(LeSecurityCommandView::Create(CommandView::Create(*sent_command))); in TEST_F()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/fuzz/
Dhci_layer_fuzz_client.cc110 inject_command<LeSecurityCommandView, LeSecurityCommandBuilder>(data, le_security_interface_); in injectLeSecurityCommand()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h2993LeSecurityCommandView : public CommandView { public:static LeSecurityCommandView Create(CommandVie… in CreateOptional()
2995 …ic LeSecurityCommandView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
3011 explicit LeSecurityCommandView(CommandView parent) : CommandView(std::move(parent)) { was_validated… in CreateOptional() function
10586LeSecurityCommandView { public:static LeEncryptView Create(LeSecurityCommandView parent){ return L… in CreateOptional()
10588 …_shared<std::vector<uint8_t>>(bytes);return LeEncryptView::Create(LeSecurityCommandView::Create(Co… in CreateOptional()
10596 if (!LeSecurityCommandView::Validate()) { in CreateOptional()
10606 explicit LeEncryptView(LeSecurityCommandView parent) : LeSecurityCommandView(std::move(parent)) { w… in CreateOptional()
10631LeSecurityCommandView { public:static LeRandView Create(LeSecurityCommandView parent){ return LeRa… in CreateOptional()
10633 …ake_shared<std::vector<uint8_t>>(bytes);return LeRandView::Create(LeSecurityCommandView::Create(Co… in CreateOptional()
10637 if (!LeSecurityCommandView::Validate()) { in CreateOptional()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl_test.cc138 return T::Create(hci::LeSecurityCommandView::Create(command)); in CreateLeSecurityCommandView()