Searched refs:link_key_notification_ (Results 1 – 2 of 2) sorted by relevance
124 std::optional<hci::LinkKeyNotificationView> link_key_notification_ = std::nullopt; variable
151 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()