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

@@ -285,8 +285,6 @@ class Client:
self._bearer_id = (
f'[0x{bearer.connection.handle:04X}|CID=0x{bearer.source_cid:04X}]'
)
# Fill the mtu.
bearer.on_att_mtu_update(att.ATT_DEFAULT_MTU)
self.connection = bearer.connection
else:
bearer.on(bearer.EVENT_DISCONNECTION, self.on_disconnection)