arduino-BLEPeripheral icon indicating copy to clipboard operation
arduino-BLEPeripheral copied to clipboard

Add ability to update connection params after connect

Open dsanders11 opened this issue 6 years ago • 0 comments

@sandeepmistry, take a look when you get a chance.

I ran into an issue when using Web Bluetooth with Google Chrome, where after a few messages Chrome would send a connection params update to change the connection interval to a very slow 97.5 ms, which is too slow for my application. After that happens if I change them back to what I have them set at for new connections, Chrome accepts it and doesn't mess with it any further.

This PR adds two things, ability to update the connection params during an active connection, and a new event so you can detect when the connection params are changed by the central.

dsanders11 avatar Sep 08 '17 14:09 dsanders11