Home
last modified time | relevance | path

Searched refs:GetAclManager (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/main/shim/
Dbtm_api.cc81 bluetooth::shim::GetAclManager()->CreateLeConnection(ToAddressWithTypeFromLegacy(bdadr), in BTM_AllowWakeByHid()
97 bluetooth::shim::GetAclManager()->CreateLeConnection(ToAddressWithTypeFromLegacy(bdadr), in BTM_RestoreFilterAcceptList()
Dacl.cc877 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 …]
Dentry.h77 hci::AclManager* GetAclManager();
Dentry.cc71 hci::AclManager* GetAclManager() { return Stack::GetInstance()->GetInstance<hci::AclManager>(); } in GetAclManager() function
Dstack.cc259 bluetooth::shim::GetAclManager()->Dump(fd); in Dump()
/packages/modules/Bluetooth/system/stack/connection_manager/
Dconnection_manager.cc79 bluetooth::shim::GetAclManager()->CreateLeConnection( in ACL_AcceptLeConnectionFrom()
85 bluetooth::shim::GetAclManager()->CancelLeConnect( in ACL_IgnoreLeConnectionFrom()
468 bluetooth::shim::GetAclManager()->ClearFilterAcceptList(); in reset()
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_entry.cc61 hci::AclManager* GetAclManager() { return hci::testing::mock_acl_manager_.get(); } in GetAclManager() function
/packages/modules/Bluetooth/system/btif/test/
Dbtif_dm_test.cc132 bluetooth::hci::AclManager* bluetooth::shim::GetAclManager() { return nullptr; } in GetAclManager() function in bluetooth::shim