-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change connection interval ? #235
Comments
Hi @natcl, This is not supported at the moment, I'm marking it as an enhancement. We could have an API similar to CoreBluetooth's setDesiredConnectionLatency with values low, medium, and high. |
Thanks, and what would be the default connection interval now ? Is it the same as the 100ms advertising interval or once a connection is established it's faster ? |
I believe it's determined by the central device, you can use |
In my case the central device is my iPhone I believe, the peripheral (using Le lun. 10 oct. 2016 à 12:08, Sandeep Mistry [email protected] a
|
You can use the Packet Logger app that is part of Xcode Hardware IO tools to see what's going on then. |
Thanks will try that ! Le lun. 10 oct. 2016 à 12:17, Sandeep Mistry [email protected] a
|
@natcl excellent, let's leave this request open for now to see if other people request a similar feature. |
Hello! I'm working on transmitting small files from a Raspberry Pi to an Android. Being able to increase the connection interval would be extremely helpful to speed up transfer. |
Relate-to: |
Hello,
I'm trying to implement the Apple BLE MIDI Service.
In the documentation they state this:
Is there a way to set this in bleno ?
Thanks
The text was updated successfully, but these errors were encountered: