Home
last modified time | relevance | path

Searched refs:LinkKeyNotificationView (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dsecurity_event_parser.cc133 auto event_opt = LinkKeyNotificationView::CreateOptional(event); in parse_link_key_notification()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dhci_metrics_logging.cc703 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()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h17769LinkKeyNotificationView : public EventView { public:static LinkKeyNotificationView Create(EventVie… in CreateOptional()
17771LinkKeyNotificationView 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() function
45461 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…