Home
last modified time | relevance | path

Searched refs:LeAddDeviceToResolvingListView (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dle_address_manager_test.cc347 LeAddDeviceToResolvingListView::Create(LeSecurityCommandView::Create(packet)); in TEST_F()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl_test.cc981 CreateLeSecurityCommandView<LeAddDeviceToResolvingListView>(hci_layer_->GetCommand()); in TEST_F()
1055 CreateLeSecurityCommandView<LeAddDeviceToResolvingListView>(hci_layer_->GetCommand()); in TEST_F()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc2274 auto command_view = bluetooth::hci::LeAddDeviceToResolvingListView::Create(command); in LeAddDeviceToResolvingList()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h11257LeAddDeviceToResolvingListView : public LeSecurityCommandView { public:static LeAddDeviceToResolvi… in CreateOptional()
11259LeAddDeviceToResolvingListView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<… in CreateOptional()
11281 explicit LeAddDeviceToResolvingListView(LeSecurityCommandView parent) : LeSecurityCommandView(std::… in CreateOptional() function
35487 static std::unique_ptr<LeAddDeviceToResolvingListBuilder> FromView(LeAddDeviceToResolvingListView v… in Create()
35510 …es(std::vector<uint8_t> captured_packet) {LeAddDeviceToResolvingListView view = LeAddDeviceToResol…
35513 …= std::vector<uint8_t>(data, data + size);LeAddDeviceToResolvingListView view = LeAddDeviceToResol…