Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lulf committed Jan 29, 2025
1 parent d8df419 commit 5a33701
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions host/src/channel_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -566,8 +566,6 @@ impl<'d> ChannelManager<'d> {
Ok(())
}

// Number of fragments

/// Send the provided buffer over a given l2cap channel.
///
/// The buffer will be segmented to the maximum payload size agreed in the opening handshake.
Expand Down Expand Up @@ -1047,7 +1045,4 @@ mod tests {
Poll::Ready(Err(BleHostError::BleHost(Error::Disconnected)))
));
}

#[test]
fn channel_fragmentation() {}
}

0 comments on commit 5a33701

Please sign in to comment.