Searched refs:Bytes (Results 1 – 5 of 5) sorted by relevance
/system/bt/gd/rust/link/src/acl/ |
D | fragment.rs | 8 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()
|
D | core.rs | 9 use bytes::Bytes; 31 pub rx: Option<Receiver<Bytes>>, 32 pub tx: Option<Sender<Bytes>>,
|
/system/bt/gd/rust/link/src/acl/classic/ |
D | mod.rs | 15 use bytes::Bytes; 58 rx: Receiver<Bytes>, 59 tx: Sender<Bytes>,
|
/system/bt/gd/rust/hal/src/ |
D | rootcanal_hal.rs | 8 use bytes::{BufMut, Bytes, BytesMut}; 153 async fn write_with_type<W>(writer: &mut W, t: HciPacketType, b: Bytes) -> Result<()> in write_with_type()
|
D | snoop.rs | 6 use bytes::{BufMut, Bytes, BytesMut}; 246 async fn log(&mut self, t: Type, dir: Direction, bytes: Bytes) { in log() argument
|