Searched refs:GetAclManager (Results 1 – 8 of 8) sorted by relevance
81 bluetooth::shim::GetAclManager()->CreateLeConnection(ToAddressWithTypeFromLegacy(bdadr), in BTM_AllowWakeByHid()97 bluetooth::shim::GetAclManager()->CreateLeConnection(ToAddressWithTypeFromLegacy(bdadr), in BTM_RestoreFilterAcceptList()
877 GetAclManager()->OnClassicSuspendInitiatedDisconnect( in DisconnectClassicConnections()911 GetAclManager()->OnLeSuspendInitiatedDisconnect( in DisconnectLeConnections()1006 GetAclManager()->RemoveFromBackgroundList(remote_address_with_type); in disconnect_le()1088 void clear_acceptlist() { GetAclManager()->ClearFilterAcceptList(); } in clear_acceptlist()1100 GetAclManager()->AddDeviceToResolvingList(address_with_type, peer_irk, local_irk); in AddToAddressResolution()1108 GetAclManager()->RemoveDeviceFromResolvingList(address_with_type); in RemoveFromAddressResolution()1112 GetAclManager()->ClearResolvingList(); in ClearResolvingList()1117 void SetSystemSuspendState(bool suspended) { GetAclManager()->SetSystemSuspendState(suspended); } in SetSystemSuspendState()1262 GetAclManager()->RegisterCallbacks(this, handler_); in Acl()1263 GetAclManager()->RegisterLeCallbacks(this, handler_); in Acl()[all …]
77 hci::AclManager* GetAclManager();
71 hci::AclManager* GetAclManager() { return Stack::GetInstance()->GetInstance<hci::AclManager>(); } in GetAclManager() function
259 bluetooth::shim::GetAclManager()->Dump(fd); in Dump()
79 bluetooth::shim::GetAclManager()->CreateLeConnection( in ACL_AcceptLeConnectionFrom()85 bluetooth::shim::GetAclManager()->CancelLeConnect( in ACL_IgnoreLeConnectionFrom()468 bluetooth::shim::GetAclManager()->ClearFilterAcceptList(); in reset()
61 hci::AclManager* GetAclManager() { return hci::testing::mock_acl_manager_.get(); } in GetAclManager() function
132 bluetooth::hci::AclManager* bluetooth::shim::GetAclManager() { return nullptr; } in GetAclManager() function in bluetooth::shim