/aosp12/system/bt/stack/test/common/ |
H A D | mock_stack_l2cap_link.cc | 70 void l2c_link_role_changed(const RawAddress* bd_addr, uint8_t new_role, in l2c_link_role_changed()
|
H A D | mock_bta_sys_conn.cc | 66 void bta_sys_notify_role_chg(const RawAddress& peer_addr, uint8_t new_role, in bta_sys_notify_role_chg()
|
H A D | mock_bta_dm_act.cc | 46 void BTA_dm_report_role_change(const RawAddress bd_addr, tHCI_ROLE new_role, in BTA_dm_report_role_change()
|
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_l2cap_link.cc | 70 void l2c_link_role_changed(const RawAddress* bd_addr, uint8_t new_role, in l2c_link_role_changed()
|
H A D | mock_bta_sys_conn.cc | 73 void bta_sys_notify_role_chg(const RawAddress& peer_addr, tHCI_ROLE new_role, in bta_sys_notify_role_chg()
|
H A D | mock_bta_dm_act.cc | 69 void BTA_dm_report_role_change(const RawAddress bd_addr, tHCI_ROLE new_role, in BTA_dm_report_role_change()
|
H A D | mock_stack_acl.cc | 347 tHCI_ROLE new_role) { in btm_acl_role_changed()
|
/aosp12/system/bt/bta/sys/ |
H A D | bta_sys_conn.cc | 89 void bta_sys_notify_role_chg(const RawAddress& peer_addr, tHCI_ROLE new_role, in bta_sys_notify_role_chg()
|
/aosp12/system/bt/stack/acl/ |
H A D | btm_acl.cc | 100 tHCI_ROLE new_role = HCI_ROLE_UNKNOWN; member 166 void NotifyAclRoleSwitchComplete(const RawAddress& bda, tHCI_ROLE new_role, in NotifyAclRoleSwitchComplete() 1400 tHCI_ROLE new_role) { in btm_acl_role_changed() 1465 tHCI_ROLE new_role) { in btm_acl_role_changed()
|
/aosp12/system/bt/stack/l2cap/ |
H A D | l2c_link.cc | 766 void l2c_link_role_changed(const RawAddress* bd_addr, uint8_t new_role, in l2c_link_role_changed()
|
/aosp12/system/bt/gd/l2cap/classic/internal/ |
H A D | link.cc | 423 void Link::OnRoleChange(hci::ErrorCode hci_status, hci::Role new_role) { in OnRoleChange()
|
/aosp12/system/bt/gd/hci/facade/ |
H A D | acl_manager_facade.cc | 396 void OnRoleChange(hci::ErrorCode hci_status, Role new_role) override { in OnRoleChange()
|
/aosp12/system/bt/bta/dm/ |
H A D | bta_dm_act.cc | 2313 static void handle_role_change(const RawAddress& bd_addr, tHCI_ROLE new_role, in handle_role_change() 2360 void BTA_dm_report_role_change(const RawAddress bd_addr, tHCI_ROLE new_role, in BTA_dm_report_role_change()
|
/aosp12/system/bt/gd/hci/acl_manager/ |
H A D | classic_impl.h | 518 Role new_role = role_change_view.GetNewRole(); in on_role_change() local
|
H A D | classic_acl_connection.cc | 140 void OnRoleChange(hci::ErrorCode hci_status, Role new_role) override { in OnRoleChange()
|
/aosp12/system/bt/bta/av/ |
H A D | bta_av_aact.cc | 2189 uint8_t new_role = p_scb->role; in bta_av_start_ok() local
|
H A D | bta_av_int.h | 386 uint8_t new_role; member
|
/aosp12/system/bt/main/shim/ |
H A D | acl.cc | 499 void OnRoleChange(hci::ErrorCode hci_status, hci::Role new_role) override { in OnRoleChange()
|