Re: How to change max/ min interval on BTLE
Re: How to change max/ min interval on BTLE
- Subject: Re: How to change max/ min interval on BTLE
- From: Etan Kissling <email@hidden>
- Date: Sat, 27 Apr 2013 15:34:53 +0000
- Thread-topic: How to change max/ min interval on BTLE
Kevin,
it's not possible from the iOS side. You have to send a Connection Parameter Update
Request from your peripheral.
Etan
wrote:
Hello everyone,
I am working on a app with CoreBluetooth framework (so for BTLE ) with a BLE112 from Bluegiga has peripheral and an iPad on the other side. The app work well but the data transfer is a bit low.
How can I change the max interval , min interval slave latency and timeout. I have read in the guidelines forms Apple that the min interval is 20 ms ( because of the shared antenna with WIFI) and the default value is 40ms.
I suppose it's when you connect to the peripheral with :
(void)connectPeripheral:(CBPeripheral
*)peripheral options:(NSDictionary *)options;
I can't find a descriptions of witch options I should use.
If you have any Idea, I will be very grateful.
Thanks for reading me,
Kevin H
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Bluetooth-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Bluetooth-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden