mirror of
https://github.com/google/bumble.git
synced 2026-05-08 03:58:01 +00:00
Correct ATT_MTU in enhanced bearers
This commit is contained in:
@@ -115,7 +115,6 @@ class Server(utils.EventEmitter):
|
||||
channel.connection.handle,
|
||||
channel.source_cid,
|
||||
)
|
||||
channel.att_mtu = att.ATT_DEFAULT_MTU
|
||||
channel.sink = lambda pdu: self.on_gatt_pdu(
|
||||
channel, att.ATT_PDU.from_bytes(pdu)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user