kevincar / bless

Cross-platform Bluetooth Low Energy Server Python Library
MIT License
111 stars 30 forks source link

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

Open beachcitiessoftware opened 1 year ago

beachcitiessoftware commented 1 year 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?

sagimann commented 2 months ago

any workaround?