Re: Storing BLE Chars so that we can write value fast
Re: Storing BLE Chars so that we can write value fast
- Subject: Re: Storing BLE Chars so that we can write value fast
- From: Craig Dooley <email@hidden>
- Date: Thu, 21 Jan 2016 09:01:14 -0800
You cannot store the characteristics in your app, and they must be discovered every time you connect. If the OS determines the characteristics on the device are safe to cache, it will return a cached copy after a reconnect.
- Craig
> On Jan 21, 2016, at 6:56 AM, Arun Nedun <email@hidden> wrote:
>
> Hello All,
>
> We are currently working on BLE communication between our BLE beacon and iOS. I was able to successfully write Chars. value based on user action on the App. However it is not instantaneous. To conserve battery on the BLE beacon side we have kept the connect interval window very small. So when the user presses the button, there is a lag in connecting and writing the value.
>
> What i need to know is, during the first scan, can I store the chars. on the App so that when i want to write Chars. I don’t have to discover it instead i can directly write Chars?
>
> Thanks
> Arun
>
>
>
>
>
> _______________________________________________
> 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