IanHarvey / bluepy

Python interface to Bluetooth LE on Linux
Other
1.6k stars 491 forks source link

How to setting Max MTU > 20bytes for Nordic nRF serise chip? #419

Open waynewcwu opened 4 years ago

waynewcwu commented 4 years ago

Hi, May I ask How to setting Max MTU > 20bytes for Nordic nRF serise chip? I use setMTU() command ,but it fail to receive over 20 bytes for Nordic nRF chip, Could you please give me some suggestion? Thanks a lot.

sneko commented 3 years ago

Hi @waynewcwu ,

Did you find a solution?

mdxs commented 3 years ago

See #113, #228, #277 and a possible solution (for RPi) in #375 - with a hint in #325 for a possible race condition.

@waynewcwu Could you please close this duplicate issue? And please contribute to relevant isssues with your findings.