Home
last modified time | relevance | path

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

/system/bt/gd/rust/link/src/acl/
Dfragment.rs8 use bytes::{Buf, Bytes, BytesMut};
20 out: Sender<Bytes>,
25 pub fn new(out: Sender<Bytes>) -> Self { in new()
80 fn get_l2cap_pdu_size(first_packet: &Bytes) -> usize { in get_l2cap_pdu_size()
91 rx: ReceiverStream<Bytes>, in fragmenting_stream() argument
112 payload: Some(Bytes::copy_from_slice(chunk)), in fragmenting_stream()
Dcore.rs9 use bytes::Bytes;
31 pub rx: Option<Receiver<Bytes>>,
32 pub tx: Option<Sender<Bytes>>,
/system/bt/gd/rust/link/src/acl/classic/
Dmod.rs15 use bytes::Bytes;
58 rx: Receiver<Bytes>,
59 tx: Sender<Bytes>,
/system/bt/gd/rust/hal/src/
Drootcanal_hal.rs8 use bytes::{BufMut, Bytes, BytesMut};
153 async fn write_with_type<W>(writer: &mut W, t: HciPacketType, b: Bytes) -> Result<()> in write_with_type()
Dsnoop.rs6 use bytes::{BufMut, Bytes, BytesMut};
246 async fn log(&mut self, t: Type, dir: Direction, bytes: Bytes) { in log() argument