Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.cc539 …if (remote_oob_data_address_.has_value() && remote_oob_data_address_.value() == channel->GetDevice… in OnSmpCommandLe()
612 …if (remote_oob_data_address_.has_value() && remote_oob_data_address_.value() == channel->GetDevice… in ConnectionIsReadyStartPairing()
803 remote_oob_data_address_ = remote_address; in SetOutOfBandData()
Dsecurity_manager_impl.h271 std::optional<hci::AddressWithType> remote_oob_data_address_; variable