Correct ATT_MTU in enhanced bearers

This commit is contained in:
Josh Wu
2026-01-12 21:01:50 +08:00
parent 2cad743f8c
commit f7364db992
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)
)