Home
last modified time | relevance | path

Searched refs:AclContent (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/floss/hcidoc/src/
Dparser.rs375 pub enum AclContent { enum
383 pub fn get_acl_content(acl: &Acl) -> AclContent { in get_acl_content() argument
389 Ok(control) => AclContent::Control(control), in get_acl_content()
390 Err(_) => AclContent::None, in get_acl_content()
392 _ => AclContent::None, in get_acl_content()
396 Ok(le_control) => AclContent::LeControl(le_control), in get_acl_content()
397 Err(_) => AclContent::None, in get_acl_content()
399 _ => AclContent::None, in get_acl_content()
403 AclContent::ConnectionlessData(gf.get_psm(), p.to_vec()) in get_acl_content()
405 _ => AclContent::None, in get_acl_content()
[all …]
/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dinformational.rs11 use crate::parser::{get_acl_content, AclContent, Packet, PacketChild};
855 AclContent::Control(control) => match control.specialize() { in process()
897 AclContent::Control(control) => match control.specialize() { in process()