Searched defs:OnRoleChange (Results 1 – 7 of 7) sorted by relevance
/system/bt/gd/l2cap/classic/ |
D | link_property_listener.h | 69 virtual void OnRoleChange(hci::ErrorCode hci_status, hci::Address remote, hci::Role role) {} in OnRoleChange() function
|
/system/bt/gd/l2cap/classic/internal/ |
D | link_manager.cc | 402 void LinkManager::OnRoleChange(hci::ErrorCode hci_status, hci::Address remote, hci::Role role) { in OnRoleChange() function in bluetooth::l2cap::classic::internal::LinkManager
|
D | link.cc | 423 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/ |
D | acl_manager_facade.cc | 396 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/ |
D | classic_acl_connection.cc | 140 void OnRoleChange(hci::ErrorCode hci_status, Role new_role) override { in OnRoleChange() function in bluetooth::hci::acl_manager::AclConnectionTracker
|
/system/bt/main/shim/ |
D | acl.cc | 499 void OnRoleChange(hci::ErrorCode hci_status, hci::Role new_role) override { in OnRoleChange() function in ClassicShimAclConnection
|
D | l2c_api.cc | 436 void OnRoleChange(hci::ErrorCode error_code, hci::Address remote, in OnRoleChange() function
|