Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/classic/
Dlink_property_listener.h69 virtual void OnRoleChange(hci::ErrorCode hci_status, hci::Address remote, hci::Role role) {} in OnRoleChange() function
/system/bt/gd/l2cap/classic/internal/
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
Dlink.cc423 void Link::OnRoleChange(hci::ErrorCode hci_status, hci::Role new_role) { in OnRoleChange() function in bluetooth::l2cap::classic::internal::Link
/system/bt/gd/hci/facade/
Dacl_manager_facade.cc396 void OnRoleChange(hci::ErrorCode hci_status, Role new_role) override { in OnRoleChange() function in bluetooth::hci::facade::AclManagerFacadeService::Connection
/system/bt/gd/hci/acl_manager/
Dclassic_acl_connection.cc140 void OnRoleChange(hci::ErrorCode hci_status, Role new_role) override { in OnRoleChange() function in bluetooth::hci::acl_manager::AclConnectionTracker
/system/bt/main/shim/
Dacl.cc499 void OnRoleChange(hci::ErrorCode hci_status, hci::Role new_role) override { in OnRoleChange() function in ClassicShimAclConnection
Dl2c_api.cc436 void OnRoleChange(hci::ErrorCode error_code, hci::Address remote, in OnRoleChange() function