Home
last modified time | relevance | path

Searched refs:bt_lib_cpp_string (Results 1 – 25 of 36) sorted by relevance

12

/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
Dchannel_configuration.cc157 return bt_lib_cpp_string::StringPrintf("[type: MTU, mtu: %hu]", mtu_); in ToString()
223 return bt_lib_cpp_string::StringPrintf( in ToString()
250 return bt_lib_cpp_string::StringPrintf( in ToString()
269 return bt_lib_cpp_string::StringPrintf( in ToString()
299 return bt_lib_cpp_string::StringPrintf("[type: %#.2hhx, length: %zu]", in ToString()
Dfake_signaling_channel.cc39 ADD_FAILURE() << bt_lib_cpp_string::StringPrintf( in RejectInvalidChannelId()
214 << bt_lib_cpp_string::StringPrintf( in TriggerResponses()
/external/pigweed/pw_bluetooth_sapphire/host/sdp/
Ddata_element.cc685 return bt_lib_cpp_string::StringPrintf("Boolean(%s)", in ToString()
688 return bt_lib_cpp_string::StringPrintf( in ToString()
691 return bt_lib_cpp_string::StringPrintf( in ToString()
694 return bt_lib_cpp_string::StringPrintf("UUID(%s)", in ToString()
697 return bt_lib_cpp_string::StringPrintf( in ToString()
700 return bt_lib_cpp_string::StringPrintf( in ToString()
707 return bt_lib_cpp_string::StringPrintf("Sequence { %s}", str.c_str()); in ToString()
714 return bt_lib_cpp_string::StringPrintf("Alternatives { %s}", str.c_str()); in ToString()
Derror.cc46 return bt_lib_cpp_string::StringPrintf("%s (SDP %#.2x)", in ToString()
/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
Dtypes.h109 ? bt_lib_cpp_string::StringPrintf("%hu", *max_rx_sdu_size) in ToString()
113 ? bt_lib_cpp_string::StringPrintf( in ToString()
119 return bt_lib_cpp_string::StringPrintf( in ToString()
/external/pigweed/pw_bluetooth_sapphire/host/transport/
Derror.cc23 return bt_lib_cpp_string::StringPrintf( in ToString()
/external/pigweed/pw_bluetooth_sapphire/lib/cpp-string/public/cpp-string/
Dstring_printf.h23 namespace bt_lib_cpp_string {
Dutf_codecs.h23 namespace bt_lib_cpp_string {
/external/pigweed/pw_bluetooth_sapphire/host/common/
Dbounded_inspect_list_node.cc31 std::string index = bt_lib_cpp_string::StringPrintf("%zu", next_index_); in CreateItem()
Dadvertising_data.cc105 bt_lib_cpp_string::WriteUnicodeCharacter(i + 2, &encoded_scheme); in EncodeUri()
110 bt_lib_cpp_string::WriteUnicodeCharacter(1, &encoded_scheme); in EncodeUri()
126 if (!bt_lib_cpp_string::ReadUnicodeCharacter( in DecodeUri()
/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sm/
Dsecurity_request_phase.h81 return bt_lib_cpp_string::StringPrintf( in ToStringInternal()
Dphase_3.h116 return bt_lib_cpp_string::StringPrintf( in ToStringInternal()
Dphase_2_legacy.h94 return bt_lib_cpp_string::StringPrintf( in ToStringInternal()
Dpairing_phase.h77 return bt_lib_cpp_string::StringPrintf( in ToString()
Dphase_1.h124 return bt_lib_cpp_string::StringPrintf( in ToStringInternal()
Dphase_2_secure_connections.h111 return bt_lib_cpp_string::StringPrintf( in ToStringInternal()
/external/pigweed/pw_bluetooth_sapphire/lib/cpp-string/
Dutf_codecs.cc18 namespace bt_lib_cpp_string { namespace
Dstring_printf.cc21 namespace bt_lib_cpp_string { namespace
Dstring_printf_test.cc23 namespace bt_lib_cpp_string { namespace
/external/pigweed/pw_bluetooth_sapphire/host/hci-spec/
Dle_connection_parameters.cc43 return bt_lib_cpp_string::StringPrintf( in ToString()
/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
Dlmp_feature_set.h68 str += bt_lib_cpp_string::StringPrintf( in ToString()
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dpeer.cc82 return f ? bt_lib_cpp_string::StringPrintf("%#.16lx", in __anona0a5bf130302()
123 std::string message = bt_lib_cpp_string::StringPrintf( in SetAdvertisingData()
624 return bt_lib_cpp_string::StringPrintf( in ToString()
665 if (!bt_lib_cpp_string::IsStringUTF8(name)) { in RegisterNameInternal()
/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/common/
Didentifier.h34 return bt_lib_cpp_string::StringPrintf("%.16lx", value);
/external/pigweed/pw_bluetooth_sapphire/host/hci/
Dconnection.cc67 return bt_lib_cpp_string::StringPrintf( in ToString()
/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/testing/
Dtest_helpers.h57 bytes_string += bt_lib_cpp_string::StringPrintf("0x%.2x ", *iter); in ByteContainerToString()

12