Home
last modified time | relevance | path

Searched defs:ControllerQuirks (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/tools/netsim/rust/proto/src/
H A Dconfiguration.rs355 pub struct ControllerQuirks { struct
359 …// @@protoc_insertion_point(field:rootcanal.configuration.ControllerQuirks.has_default_random_addr… argument
361 …// @@protoc_insertion_point(field:rootcanal.configuration.ControllerQuirks.hardware_error_before_r… argument
364 … // @@protoc_insertion_point(special_field:rootcanal.configuration.ControllerQuirks.special_fields) argument
368 impl<'a> ::std::default::Default for &'a ControllerQuirks { implementation
374 impl ControllerQuirks { impl
462 impl ::protobuf::Message for ControllerQuirks { implementation
551 impl ::protobuf::MessageFull for ControllerQuirks { implementation
558 impl ::std::fmt::Display for ControllerQuirks { implementation
564 impl ::protobuf::reflect::ProtobufValue for ControllerQuirks { implementation
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dcontroller_properties.h31 struct ControllerQuirks { struct
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/proto/rootcanal/
Dconfiguration.proto40 message ControllerQuirks { message
/aosp_15_r20/tools/netsim/ui/ts/rootcanal/
H A Dconfiguration.ts28 export interface ControllerQuirks { interface