Searched refs:SessionControlNotificationChild (Results 1 – 3 of 3) sorted by relevance
490 use uwb_uci_packets::SessionControlNotificationChild; in try_from()492 SessionControlNotificationChild::SessionInfoNtf(evt) => evt.try_into(), in try_from()493 SessionControlNotificationChild::DataCreditNtf(evt) => Ok(Self::DataCredit { in try_from()497 SessionControlNotificationChild::DataTransferStatusNtf(evt) => { in try_from()
8190 pub enum SessionControlNotificationChild { enum8334 pub fn specialize(&self) -> SessionControlNotificationChild { in specialize() argument8337 SessionControlNotificationChild::DataCreditNtf( in specialize()8342 SessionControlNotificationChild::DataTransferStatusNtf( in specialize()8347 SessionControlNotificationChild::SessionInfoNtf( in specialize()8352 SessionControlNotificationChild::Payload(payload.clone()) in specialize()8355 SessionControlNotificationChild::None in specialize()