Merge pull request #863 from zxzxwu/eatt-mtu

Correct ATT_MTU in enhanced bearers
This commit is contained in:
zxzxwu
2026-01-16 15:08:12 +08:00
committed by GitHub
3 changed files with 3 additions and 4 deletions

View File

@@ -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)
)