Home
last modified time | relevance | path

Searched defs:new_role (Results 1 – 18 of 18) sorted by relevance

/aosp12/system/bt/stack/test/common/
H A Dmock_stack_l2cap_link.cc70 void l2c_link_role_changed(const RawAddress* bd_addr, uint8_t new_role, in l2c_link_role_changed()
H A Dmock_bta_sys_conn.cc66 void bta_sys_notify_role_chg(const RawAddress& peer_addr, uint8_t new_role, in bta_sys_notify_role_chg()
H A Dmock_bta_dm_act.cc46 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 Dmock_stack_l2cap_link.cc70 void l2c_link_role_changed(const RawAddress* bd_addr, uint8_t new_role, in l2c_link_role_changed()
H A Dmock_bta_sys_conn.cc73 void bta_sys_notify_role_chg(const RawAddress& peer_addr, tHCI_ROLE new_role, in bta_sys_notify_role_chg()
H A Dmock_bta_dm_act.cc69 void BTA_dm_report_role_change(const RawAddress bd_addr, tHCI_ROLE new_role, in BTA_dm_report_role_change()
H A Dmock_stack_acl.cc347 tHCI_ROLE new_role) { in btm_acl_role_changed()
/aosp12/system/bt/bta/sys/
H A Dbta_sys_conn.cc89 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 Dbtm_acl.cc100 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 Dl2c_link.cc766 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 Dlink.cc423 void Link::OnRoleChange(hci::ErrorCode hci_status, hci::Role new_role) { in OnRoleChange()
/aosp12/system/bt/gd/hci/facade/
H A Dacl_manager_facade.cc396 void OnRoleChange(hci::ErrorCode hci_status, Role new_role) override { in OnRoleChange()
/aosp12/system/bt/bta/dm/
H A Dbta_dm_act.cc2313 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 Dclassic_impl.h518 Role new_role = role_change_view.GetNewRole(); in on_role_change() local
H A Dclassic_acl_connection.cc140 void OnRoleChange(hci::ErrorCode hci_status, Role new_role) override { in OnRoleChange()
/aosp12/system/bt/bta/av/
H A Dbta_av_aact.cc2189 uint8_t new_role = p_scb->role; in bta_av_start_ok() local
H A Dbta_av_int.h386 uint8_t new_role; member
/aosp12/system/bt/main/shim/
H A Dacl.cc499 void OnRoleChange(hci::ErrorCode hci_status, hci::Role new_role) override { in OnRoleChange()