Searched refs:try_send_packet (Results 1 – 1 of 1) sorted by relevance
146 indication_handler.send(handle, data, mtu, |packet| this.try_send_packet(packet)).await in send_indication()206 fn try_send_packet(&self, packet: impl Into<AttChild>) -> Result<(), SendError> { in try_send_packet() method