Home
last modified time | relevance | path

Searched refs:RoleText (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/types/
Dhci_role.h49 const auto RoleText = hci_role_text; // LEGACY variable
/packages/modules/Bluetooth/system/bta/sys/
Dbta_sys_conn.cc80 RoleText(new_role), hci_error_code_text(hci_status)); in bta_sys_notify_role_chg()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc221 RoleText(link.link_role)); in hci_btm_set_link_supervision_timeout()
422 hci_handle, RoleText(link_role), bt_transport_text(transport)); in btm_acl_created()
444 bda, RoleText(p_acl->link_role), hci_handle, in btm_acl_created()
1374 bd_addr, hci_error_code_text(hci_status), RoleText(new_role)); in btm_acl_role_changed()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_act.cc609 bd_addr, RoleText(new_role), hci_error_code_text(hci_status)); in handle_role_change()
616 bd_addr, p_dev->info_text(), RoleText(new_role), in handle_role_change()
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc663 hci::RoleText(new_role).c_str(), in OnRoleChange()
1317 LOG_DUMPSYS(fd, " role:%s", RoleText(link.link_role).c_str()); in DumpsysAcl()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_impl.h677 RoleText(role_change_view.GetNewRole())); in on_role_change()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_main.cc1132 p_scb->PeerAddress(), p_scb->hndl, RoleText(role), bta_av_cb.conn_audio, in bta_av_link_role_ok()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc528 DEBUG(id_, " role={}", bluetooth::hci::RoleText(command_view.GetRole())); in SwitchRole()