Searched refs:CreateUint (Results 1 – 6 of 6) sorted by relevance
/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
D | bredr_discovery_manager.cc | 379 discoverable_sessions = new_node.CreateUint("discoverable_sessions", 0); in Initialize() 381 new_node.CreateUint("pending_discoverable", 0); in Initialize() 383 new_node.CreateUint("discoverable_sessions_count", 0); in Initialize() 385 new_node.CreateUint("last_discoverable_length_sec", 0); in Initialize() 387 discovery_sessions = new_node.CreateUint("discovery_sessions", 0); in Initialize() 389 new_node.CreateUint("last_discovery_length_sec", 0); in Initialize() 390 discovery_sessions_count = new_node.CreateUint("discovery_sessions_count", 0); in Initialize()
|
D | adapter.cc | 1742 inspect_properties_.bredr_max_num_packets = adapter_node_.CreateUint( in UpdateInspectProperties() 1744 inspect_properties_.bredr_max_data_length = adapter_node_.CreateUint( in UpdateInspectProperties() 1747 inspect_properties_.le_max_num_packets = adapter_node_.CreateUint( in UpdateInspectProperties() 1750 inspect_properties_.le_max_data_length = adapter_node_.CreateUint( in UpdateInspectProperties() 1754 inspect_properties_.sco_max_num_packets = adapter_node_.CreateUint( in UpdateInspectProperties() 1756 inspect_properties_.sco_max_data_length = adapter_node_.CreateUint( in UpdateInspectProperties()
|
D | low_energy_discovery_manager.cc | 255 inspect_.node.CreateUint(kInspectFailedCountPropertyName, 0); in AttachInspect()
|
/external/pigweed/pw_bluetooth_sapphire/host/common/ |
D | metrics.cc | 28 inspect_property_ = parent.CreateUint(name, 0); in AttachInspect()
|
/external/pigweed/pw_bluetooth_sapphire/host/common/public/pw_bluetooth_sapphire/internal/host/common/ |
D | fake_inspect.h | 73 UintProperty CreateUint(std::string_view /*name*/, uint64_t /*value*/) { in CreateUint() function
|
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/ |
D | channel.cc | 399 inspect_.dropped_packets = inspect_.node.CreateUint( in AttachInspect()
|