Home
last modified time | relevance | path

Searched defs:InspectProperties (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/
H A Dbredr_connection_manager.h429 struct InspectProperties { struct
430 BoundedInspectListNode last_disconnected_list =
455 InspectProperties inspect_properties_; argument
H A Dlow_energy_connection_manager.h403 struct InspectProperties { struct
405 explicit InspectProperties(pw::async::Dispatcher& pw_dispatcher) in InspectProperties() function
420 InspectProperties inspect_properties_{dispatcher_}; argument
H A Dbredr_discovery_manager.h156 struct InspectProperties { struct
179 InspectProperties inspect_properties_; argument
H A Dlow_energy_discovery_manager.h184 struct InspectProperties { struct
185 inspect::Node node;
186 inspect::UintProperty failed_count;
187 inspect::DoubleProperty scan_interval_ms;
188 inspect::DoubleProperty scan_window_ms;
H A Dpeer.h341 struct InspectProperties { struct
352 InspectProperties inspect_properties_; argument
499 struct InspectProperties { struct
520 InspectProperties inspect_properties_; argument
H A Dlow_energy_connector.h201 struct InspectProperties { struct
205 InspectProperties inspect_properties_; argument
H A Dlow_energy_connection.h334 struct InspectProperties { struct
338 InspectProperties inspect_properties_; argument
H A Dpairing_state_manager.h234 struct InspectProperties { struct
237 InspectProperties inspect_properties_; argument
H A Dbredr_connection.h145 struct InspectProperties { struct
148 InspectProperties inspect_properties_; argument
H A Dlegacy_pairing_state.h332 struct InspectProperties { struct
335 InspectProperties inspect_properties_; argument
H A Dsecure_simple_pairing_state.h498 struct InspectProperties { struct
501 InspectProperties inspect_properties_; argument
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
H A Dchannel.h407 struct InspectProperties { struct
414 InspectProperties inspect_; argument
H A Dlogical_link.h334 struct InspectProperties { struct
340 InspectProperties inspect_properties_; argument
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sm/
H A Dtypes.h202 struct InspectProperties { struct
209 InspectProperties inspect_properties_; argument
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sdp/
H A Dserver.h170 struct InspectProperties { struct
194 InspectProperties inspect_properties_; argument
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dadapter.cc492 struct InspectProperties { struct in bt::gap::AdapterImpl
493 inspect::StringProperty adapter_id;
494 inspect::StringProperty hci_version;
495 inspect::UintProperty bredr_max_num_packets;
496 inspect::UintProperty bredr_max_data_length;
497 inspect::UintProperty le_max_num_packets;
498 inspect::UintProperty le_max_data_length;
499 inspect::UintProperty sco_max_num_packets;
500 inspect::UintProperty sco_max_data_length;
501 inspect::StringProperty lmp_features;
[all …]
H A Dlow_energy_discovery_manager_test.cc112 std::vector<inspect::PropertyValue> InspectProperties() const { in InspectProperties() function in bt::gap::__anon12c29ff40111::LowEnergyDiscoveryManagerTest