Home
last modified time | relevance | path

Searched refs:CreateBool (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/sm/
Dtypes.cc194 inspect_node_.CreateBool(kInspectEncryptedPropertyName, encrypted()); in AttachInspect()
195 inspect_properties_.secure_connections = inspect_node_.CreateBool( in AttachInspect()
197 inspect_properties_.authenticated = inspect_node_.CreateBool( in AttachInspect()
/external/pigweed/pw_bluetooth_sapphire/host/common/public/pw_bluetooth_sapphire/internal/host/common/
Dfake_inspect.h61 BoolProperty CreateBool(std::string_view /*name*/, bool /*value*/) { in CreateBool() function
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dlow_energy_connector.cc193 inspect_node_.CreateBool(kInspectIsOutboundPropertyName, *is_outbound_); in AttachInspect()
461 inspect_node_.CreateBool(kInspectIsOutboundPropertyName, is_outbound); in set_is_outbound()
/external/pigweed/pw_bluetooth_sapphire/host/transport/
Dacl_data_channel.cc359 le_subnode_.CreateBool("independent_from_bredr", !IsBrEdrBufferShared()); in AttachInspect()