Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/utils/
Dpacket.rs5 OwnedAttView, OwnedPacket, Serializable,
9 pub fn build_att_view_or_crash(child: impl Into<AttChild>) -> OwnedAttView { in build_att_view_or_crash() argument
13 OwnedAttView::try_parse(serialized.into_boxed_slice()).unwrap() in build_att_view_or_crash()
/packages/modules/Bluetooth/system/rust/src/gatt/
Darbiter.rs11 packets::{AttOpcode, OwnedAttView, OwnedPacket},
66 ) -> Option<OwnedAttView> { in try_parse_att_server_packet() argument
69 let att = OwnedAttView::try_parse(packet).ok()?; in try_parse_att_server_packet()