Searched refs:LinkKeyNotificationView (Results 1 – 3 of 3) sorted by relevance
133 auto event_opt = LinkKeyNotificationView::CreateOptional(event); in parse_link_key_notification()
703 LinkKeyNotificationView link_key_notification_view = in log_classic_pairing_other_hci_event()704 LinkKeyNotificationView::Create(std::move(packet)); in log_classic_pairing_other_hci_event()
17769 …LinkKeyNotificationView : public EventView { public:static LinkKeyNotificationView Create(EventVie… in CreateOptional()17771 … LinkKeyNotificationView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()17790 explicit LinkKeyNotificationView(EventView parent) : EventView(std::move(parent)) { was_validated_ … in CreateOptional() function45461 static std::unique_ptr<LinkKeyNotificationBuilder> FromView(LinkKeyNotificationView view) {if (!vie… in Create()45483 …pareBytes(std::vector<uint8_t> captured_packet) {LinkKeyNotificationView view = LinkKeyNotificatio…45486 …to vec = std::vector<uint8_t>(data, data + size);LinkKeyNotificationView view = LinkKeyNotificatio…