Home
last modified time | relevance | path

Searched refs:link_key_notification_ (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/security/pairing/
Dclassic_pairing_handler.h124 std::optional<hci::LinkKeyNotificationView> link_key_notification_ = std::nullopt; variable
Dclassic_pairing_handler.cc151 if (link_key_notification_) { in OnNameRequestComplete()
152 this->OnReceive(*link_key_notification_); in OnNameRequestComplete()
212 link_key_notification_ = std::make_optional<hci::LinkKeyNotificationView>(packet); in OnReceive()