Lines Matching refs:SecurityManager
28 void SecurityManager::Init() { in Init()
33 void SecurityManager::CreateBond(hci::AddressWithType device) { in CreateBond()
39 void SecurityManager::CreateBondOutOfBand( in CreateBondOutOfBand()
49 void SecurityManager::GetOutOfBandData(channel::SecurityCommandStatusCallback callback) { in GetOutOfBandData()
56 void SecurityManager::CreateBondLe(hci::AddressWithType device) { in CreateBondLe()
62 void SecurityManager::CancelBond(hci::AddressWithType device) { in CancelBond()
68 void SecurityManager::RemoveBond(hci::AddressWithType device) { in RemoveBond()
74 void SecurityManager::SetUserInterfaceHandler(UI* user_interface, os::Handler* handler) { in SetUserInterfaceHandler()
80 void SecurityManager::SetLeInitiatorAddressPolicyForTest( in SetLeInitiatorAddressPolicyForTest()
96 void SecurityManager::RegisterCallbackListener(ISecurityManagerListener* listener, os::Handler* han… in RegisterCallbackListener()
101 void SecurityManager::UnregisterCallbackListener(ISecurityManagerListener* listener) { in UnregisterCallbackListener()
106 void SecurityManager::OnPairingPromptAccepted(const bluetooth::hci::AddressWithType& address, bool … in OnPairingPromptAccepted()
111 void SecurityManager::OnConfirmYesNo(const bluetooth::hci::AddressWithType& address, bool confirmed… in OnConfirmYesNo()
116 void SecurityManager::OnPasskeyEntry(const bluetooth::hci::AddressWithType& address, uint32_t passk… in OnPasskeyEntry()
121 void SecurityManager::OnPinEntry(const bluetooth::hci::AddressWithType& address, std::vector<uint8_… in OnPinEntry()