Searched refs:RoleText (Results 1 – 7 of 7) sorted by relevance
/aosp12/system/bt/types/ |
H A D | hci_role.h | 49 const auto RoleText = hci_role_text; // LEGACY variable
|
/aosp12/system/bt/bta/sys/ |
H A D | bta_sys_conn.cc | 92 PRIVATE_ADDRESS(peer_addr), RoleText(new_role).c_str(), in bta_sys_notify_role_chg()
|
/aosp12/system/bt/stack/acl/ |
H A D | btm_acl.cc | 208 RoleText(link.link_role).c_str()); in hci_btm_set_link_supervision_timeout() 376 hci_handle, RoleText(link_role).c_str(), in btm_acl_created() 400 PRIVATE_ADDRESS(bda), RoleText(p_acl->link_role).c_str(), hci_handle, in btm_acl_created() 1417 RoleText(new_role).c_str()); in btm_acl_role_changed()
|
/aosp12/system/bt/main/shim/ |
H A D | acl.cc | 507 hci::RoleText(new_role).c_str())); in OnRoleChange() 951 LOG_DUMPSYS(fd, " role:%s", RoleText(link.link_role).c_str()); in DumpsysAcl()
|
/aosp12/system/bt/gd/hci/acl_manager/ |
H A D | classic_impl.h | 532 RoleText(role_change_view.GetNewRole()).c_str()); in on_role_change()
|
/aosp12/system/bt/bta/av/ |
H A D | bta_av_main.cc | 1021 RoleText(role).c_str(), bta_av_cb.conn_audio, bits, bta_av_cb.features); in bta_av_link_role_ok()
|
/aosp12/system/bt/bta/dm/ |
H A D | bta_dm_act.cc | 2320 PRIVATE_ADDRESS(bd_addr), RoleText(new_role).c_str(), in handle_role_change() 2328 PRIVATE_ADDRESS(bd_addr), p_dev->Info(), RoleText(new_role).c_str(), in handle_role_change()
|