Home
last modified time | relevance | path

Searched refs:ConnectionRoleToString (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
H A Dutil.h38 std::string ConnectionRoleToString(pw::bluetooth::emboss::ConnectionRole role);
/aosp_15_r20/external/webrtc/p2p/base/
H A Dtransport_description.h103 bool ConnectionRoleToString(const ConnectionRole& role, std::string* role_str);
H A Dtransport_description.cc126 bool ConnectionRoleToString(const ConnectionRole& role, std::string* role_str) { in ConnectionRoleToString() function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci-spec/
H A Dutil.cc177 std::string ConnectionRoleToString(pw::bluetooth::emboss::ConnectionRole role) { in ConnectionRoleToString() function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dbredr_connection_manager.cc1700 hci_spec::ConnectionRoleToString(new_role).c_str(), in OnRoleChange()
1708 hci_spec::ConnectionRoleToString(new_role).c_str(), in OnRoleChange()
/aosp_15_r20/external/webrtc/pc/
H A Djsep_transport_unittest.cc65 ConnectionRoleToString(role, &str); in operator <<()
H A Dwebrtc_sdp.cc1537 cricket::ConnectionRoleToString(role, &dtls_role_str); in BuildMediaDescription()