Re: [BTLE] Sending (a lot of) data to a Peripheral
Re: [BTLE] Sending (a lot of) data to a Peripheral
- Subject: Re: [BTLE] Sending (a lot of) data to a Peripheral
- From: Mark Palatucci <email@hidden>
- Date: Fri, 04 Jan 2013 11:58:46 -0800
Are you using iOS 5 or iOS 6?
On iOS 5, calling writeValue will cause a write failure after about 30 writes (of 20 bytes each) unless you add a delay and allow the device to catch up and deliver the packets to the device.
On iOS 6, the internal iOS buffer seems a lot bigger. It appears you can queue up about 200 writes before getting a write failure.
On Sat, Nov 24, 2012 at 10:06 AM, Christian Giordano
<email@hidden> wrote:
Took 17.3 seconds to send 28757 bytes. this can be speed up reducing the latency though.
_______________________________________________
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