Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dremote_name_request_test.cc138 auto rnr_command = RemoteNameRequestView::Create(DiscoveryCommandView::Create(discovery_command)); in TEST_F()
434 auto rnr_command = RemoteNameRequestView::Create(DiscoveryCommandView::Create(discovery_command)); in TEST_F()
515 auto rnr_command = RemoteNameRequestView::Create(DiscoveryCommandView::Create(discovery_command)); in TEST_F()
560 auto rnr_command = RemoteNameRequestView::Create(DiscoveryCommandView::Create(discovery_command)); in TEST_F()
593 auto rnr_command = RemoteNameRequestView::Create(DiscoveryCommandView::Create(discovery_command)); in TEST_F()
627 auto rnr_command = RemoteNameRequestView::Create(DiscoveryCommandView::Create(discovery_command)); in TEST_F()
Dhci_metrics_logging.cc870 RemoteNameRequestView remote_name_request_view = in log_classic_pairing_command_status()
871 RemoteNameRequestView::Create(std::move(discovery_command_view)); in log_classic_pairing_command_status()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc1672 auto command_view = bluetooth::hci::RemoteNameRequestView::Create(command); in RemoteNameRequest()
Dlink_layer_controller.cc2435 auto view = model::packets::RemoteNameRequestView::Create(incoming); in IncomingRemoteNameRequest()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h3944RemoteNameRequestView : public DiscoveryCommandView { public:static RemoteNameRequestView Create(D… in CreateOptional()
3946 …ic RemoteNameRequestView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
3968 explicit RemoteNameRequestView(DiscoveryCommandView parent) : DiscoveryCommandView(std::move(parent… in CreateOptional() function
23072 static std::unique_ptr<RemoteNameRequestBuilder> FromView(RemoteNameRequestView view) {if (!view.Is… in Create()
23095 …ompareBytes(std::vector<uint8_t> captured_packet) {RemoteNameRequestView view = RemoteNameRequestV…
23098 …auto vec = std::vector<uint8_t>(data, data + size);RemoteNameRequestView view = RemoteNameRequestV…