Searched refs:LinkKeyRequestView (Results 1 – 3 of 3) sorted by relevance
125 auto event_opt = LinkKeyRequestView::CreateOptional(event); in parse_link_key_request()
696 LinkKeyRequestView link_key_request_view = LinkKeyRequestView::Create(std::move(packet)); in log_classic_pairing_other_hci_event()
17750 …LinkKeyRequestView : public EventView { public:static LinkKeyRequestView Create(EventView parent){… in CreateOptional()17752 …tatic LinkKeyRequestView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()17766 explicit LinkKeyRequestView(EventView parent) : EventView(std::move(parent)) { was_validated_ = fal… in CreateOptional() function45426 static std::unique_ptr<LinkKeyRequestBuilder> FromView(LinkKeyRequestView view) {if (!view.IsValid(… in Create()45447 …d CompareBytes(std::vector<uint8_t> captured_packet) {LinkKeyRequestView view = LinkKeyRequestView…45450 …) {auto vec = std::vector<uint8_t>(data, data + size);LinkKeyRequestView view = LinkKeyRequestView…