Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dinformational.rs78 enum InitiatorType { enum
84 impl fmt::Display for InitiatorType { implementation
87 InitiatorType::Unknown => "Unknown initiator", in fmt()
88 InitiatorType::Host => "Host initiated", in fmt()
89 InitiatorType::Peer => "Peer initiated", in fmt()
103 impl Into<InitiatorType> for AclState {
104 fn into(self) -> InitiatorType { in into() argument
106 AclState::Initiating => InitiatorType::Host, in into()
107 AclState::Accepting => InitiatorType::Peer, in into()
108 _ => InitiatorType::Unknown, in into()
[all …]