Open natcl opened 8 years ago
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 sudo hcidump -t -x
to see what is specified. Please let me know what it reports on your system.
In my case the central device is my iPhone I believe, the peripheral (using bleno) runs on MacOS.
Le lun. 10 oct. 2016 à 12:08, Sandeep Mistry notifications@github.com a écrit :
I believe it's determined by the central device, you can use sudo hcidump -t -x to see what is specified. Please let me know what it reports on your system.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/sandeepmistry/bleno/issues/235#issuecomment-252666655, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEu9M5HPo5eao96Xn_n6R-5LnG4Y-HGks5qymLggaJpZM4KSB-F .
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 ! So far speed seems good so I assume nothing more is needed in bleno.
Le lun. 10 oct. 2016 à 12:17, Sandeep Mistry notifications@github.com a écrit :
You can use the Packet Logger app that is part of Xcode Hardware IO tools to see what's going on then.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/sandeepmistry/bleno/issues/235#issuecomment-252668851, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEu9Oty1fYMAdmAAln0TDKFc_ZyoZ1iks5qymUBgaJpZM4KSB-F .
@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.
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