Re: Storing BLE Chars so that we can write value fast
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 <arun@visybl.com> 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 (Bluetooth-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/bluetooth-dev/cdooley%40apple.com
This email sent to cdooley@apple.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Bluetooth-dev mailing list (Bluetooth-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/bluetooth-dev/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com
participants (1)
-
Craig Dooley