Home
last modified time | relevance | path

Searched refs:LeSetAddressResolutionEnableView (Results 1 – 4 of 4) 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()
360 LeSetAddressResolutionEnableView::Create(LeSecurityCommandView::Create(packet)); in TEST_F()
394 LeSetAddressResolutionEnableView::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()
463 LeSetAddressResolutionEnableView::Create(LeSecurityCommandView::Create(packet)); in TEST_F()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl_test.cc971 CreateLeSecurityCommandView<LeSetAddressResolutionEnableView>(hci_layer_->GetCommand()); in TEST_F()
995 CreateLeSecurityCommandView<LeSetAddressResolutionEnableView>(hci_layer_->GetCommand()); in TEST_F()
1045 CreateLeSecurityCommandView<LeSetAddressResolutionEnableView>(hci_layer_->GetCommand()); in TEST_F()
1081 CreateLeSecurityCommandView<LeSetAddressResolutionEnableView>(hci_layer_->GetCommand()); in TEST_F()
1258 CreateLeSecurityCommandView<LeSetAddressResolutionEnableView>(hci_layer_->GetCommand()); in TEST_F()
1276 CreateLeSecurityCommandView<LeSetAddressResolutionEnableView>(hci_layer_->GetCommand()); in TEST_F()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc1775 auto command_view = bluetooth::hci::LeSetAddressResolutionEnableView::Create(command); in LeSetAddressResolutionEnable()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h11501LeSetAddressResolutionEnableView : public LeSecurityCommandView { public:static LeSetAddressResolu… in CreateOptional()
11503LeSetAddressResolutionEnableView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_share… in CreateOptional()
11517 explicit LeSetAddressResolutionEnableView(LeSecurityCommandView parent) : LeSecurityCommandView(std… in CreateOptional() function
35909 …d::unique_ptr<LeSetAddressResolutionEnableBuilder> FromView(LeSetAddressResolutionEnableView view)… in Create()
35930 …(std::vector<uint8_t> captured_packet) {LeSetAddressResolutionEnableView view = LeSetAddressResolu…
35933 …std::vector<uint8_t>(data, data + size);LeSetAddressResolutionEnableView view = LeSetAddressResolu…