Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Meigs2 committed Feb 26, 2025
1 parent 4d11a11 commit 5d3a903
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions host/src/gatt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,6 @@ impl<'reference, T: Controller, const MAX_SERVICES: usize, const L2CAP_MTU: usiz
GattClient<'reference, T, MAX_SERVICES, L2CAP_MTU>
{
async fn send_att_data(&self, data: Att<'_>) -> Result<(), BleHostError<T::Error>> {
// Check the data type without consuming it

let header = L2capHeader {
channel: crate::types::l2cap::L2CAP_CID_ATT,
length: data.size() as u16,
Expand Down

0 comments on commit 5d3a903

Please sign in to comment.