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.cc106 NotifyDeviceBondFailed(address, PairingFailure("Already bonded")); in CreateBondLe()
195 void SecurityManagerImpl::NotifyDeviceBondFailed(hci::AddressWithType device, PairingResultOrFailur… in NotifyDeviceBondFailed() function in bluetooth::security::internal::SecurityManagerImpl
366 NotifyDeviceBondFailed(remote, status); in OnPairingHandlerComplete()
567 NotifyDeviceBondFailed(address, PairingFailure("Connection closed")); in OnConnectionClosedLe()
577NotifyDeviceBondFailed(pending_le_pairing_.address_, PairingFailure("Connection establishment fail… in OnConnectionFailureLe()
Dsecurity_manager_impl.h192 void NotifyDeviceBondFailed(hci::AddressWithType device, PairingResultOrFailure status);