Skip to content

Commit

Permalink
Accomodate the latest changes to BTP
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed May 2, 2024
1 parent d985b07 commit 3cff4f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ble.rs
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,7 @@ where
return Some(GattPeripheralEvent::Write {
address: BtAddr(addr.into()),
data: value,
gatt_mtu: conn.mtu,
});
}

Expand Down

0 comments on commit 3cff4f0

Please sign in to comment.