Home
last modified time | relevance | path

Searched refs:add_rule (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/floss/hcidoc/src/
Dengine.rs52 pub fn add_rule(&mut self, rule: Box<dyn Rule>) { in add_rule() method
/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dcontrollers.rs163 group.add_rule(Box::new(ControllerRule::new())); in get_controllers_group()
Dcollisions.rs224 group.add_rule(Box::new(ConnectionSerializationRule::new())); in get_collisions_group()
Dconnections.rs1149 group.add_rule(Box::new(LinkKeyMismatchRule::new())); in get_connections_group()
1150 group.add_rule(Box::new(OddDisconnectionsRule::new())); in get_connections_group()
1151 group.add_rule(Box::new(SecurityMode3Rule::new())); in get_connections_group()
Dinformational.rs1015 group.add_rule(Box::new(InformationalRule::new())); in get_informational_group()