BLE is designed for broadcasting tiny amounts of data in packets (20 
bytes).  That would be entirely inefficient for larger amounts of data. 
 There is no reliable data streaming mode for BLE. These little chunks of 
data broadcast periodically are what make it "low energy".

The typical use case for BLE is with a beacon that repeatedly broadcasts 
information some state or information about itself to any other device that 
wants to listen.

On Friday, March 18, 2016 at 8:19:03 AM UTC-7, Adam Rogowicz wrote:
>
> If I am using BLE to transfer data, say updating firmware on a peripheral 
> device, what should I expect in the following situations?  Will the 
> transmission be interrupted, aborted, paused, etc.
>
>
>    1. If the user receives a phone call
>    2. If the user's device times out to the lock screen (auto lock)
>    3. If the user gets a text message
>    4. if the user connects a bluetooth headset
>
>
> I'm looking for a very quick response if at all possible, if you can 
> answer part of my question or all of it, please chime in.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/1ce7c47f-fdb1-492e-8620-ecccc8a286ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to