kevincar / bless

Cross-platform Bluetooth Low Energy Server Python Library
MIT License
78 stars 26 forks source link

Expose the BLE MTU, that is negotiated, between central and peripheral. #113

Open beachcitiessoftware opened 9 months ago

beachcitiessoftware commented 9 months ago

Describe the solution you'd like Please add a property to BlessServer, which exposes the negotiated BLE MTU value. I know it exists in BleakClient, but it doesn't appear you are using that, so perhaps you can see how they're able to expose that value in BleakClient.py?