Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dindication_handler.rs17 att_server_bearer::SendError,
34 SendError(SendError), enumerator
57 send_packet: impl FnOnce(AttChild) -> Result<(), SendError>, in send() argument
61 .map_err(SendError::SerializeError) in send()
62 .map_err(IndicationError::SendError)?; in send()
88 .map_err(IndicationError::SendError)?; in send()
Datt_server_bearer.rs43 pub enum SendError { enum
136 IndicationError::SendError(SendError::ConnectionDropped) in send_indication()
143 IndicationError::SendError(SendError::ConnectionDropped) in send_indication()
206 fn try_send_packet(&self, packet: impl Into<AttChild>) -> Result<(), SendError> { in try_send_packet() argument
210 SendError::ConnectionDropped in try_send_packet()
213 .map_err(SendError::SerializeError) in try_send_packet()
/packages/modules/DnsResolver/doh/connection/
Dmod.rs116 SendRequest(#[from] mpsc::error::SendError<Request>),
Ddriver.rs88 StreamSend(#[from] mpsc::error::SendError<Stream>),