Searched refs:RemoteNameRequestView (Results 1 – 5 of 5) sorted by relevance
138 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()
870 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()
1672 auto command_view = bluetooth::hci::RemoteNameRequestView::Create(command); in RemoteNameRequest()
2435 auto view = model::packets::RemoteNameRequestView::Create(incoming); in IncomingRemoteNameRequest()
3944 …RemoteNameRequestView : 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() function23072 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…