Home
last modified time | relevance | path

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

/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc141 NotifyDeviceBondFailed(address, PairingFailure("Already bonded")); in CreateBondLe()
228 void SecurityManagerImpl::NotifyDeviceBondFailed(hci::AddressWithType device, PairingFailure status… in NotifyDeviceBondFailed() function in bluetooth::security::internal::SecurityManagerImpl
439 NotifyDeviceBondFailed(remote, std::get<PairingFailure>(status)); in OnPairingHandlerComplete()
650 NotifyDeviceBondFailed(address, PairingFailure("Connection closed")); in OnConnectionClosedLe()
660NotifyDeviceBondFailed(pending_le_pairing_.address_, PairingFailure("Connection establishment fail… in OnConnectionFailureLe()
704 NotifyDeviceBondFailed(stored_chan->channel_->GetDevice(), failure); in OnPairingFinished()
Dsecurity_manager_impl.h212 void NotifyDeviceBondFailed(hci::AddressWithType device, PairingFailure status);