Home
last modified time | relevance | path

Searched defs:OnRoleChange (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/bt/gd/l2cap/classic/
H A Dlink_property_listener.h69 virtual void OnRoleChange(hci::ErrorCode hci_status, hci::Address remote, hci::Role role) {} in OnRoleChange() function
/aosp12/system/bt/gd/l2cap/classic/internal/
H A Dlink_manager.cc402 void LinkManager::OnRoleChange(hci::ErrorCode hci_status, hci::Address remote, hci::Role role) { in OnRoleChange() function in bluetooth::l2cap::classic::internal::LinkManager
H A Dlink.cc423 void Link::OnRoleChange(hci::ErrorCode hci_status, hci::Role new_role) { in OnRoleChange() function in bluetooth::l2cap::classic::internal::Link
/aosp12/system/bt/gd/hci/facade/
H A Dacl_manager_facade.cc396 void OnRoleChange(hci::ErrorCode hci_status, Role new_role) override { in OnRoleChange() function in bluetooth::hci::facade::AclManagerFacadeService::Connection
/aosp12/system/bt/gd/hci/acl_manager/
H A Dclassic_acl_connection.cc140 void OnRoleChange(hci::ErrorCode hci_status, Role new_role) override { in OnRoleChange() function in bluetooth::hci::acl_manager::AclConnectionTracker
/aosp12/system/bt/main/shim/
H A Dacl.cc499 void OnRoleChange(hci::ErrorCode hci_status, hci::Role new_role) override { in OnRoleChange() function in ClassicShimAclConnection
H A Dl2c_api.cc436 void OnRoleChange(hci::ErrorCode error_code, hci::Address remote, in OnRoleChange() function