Hi Sir,
I am working in nRF51 package for interfacing BLE. In general, I have doubts regarding BLE concepts.
1. How to calculate the maximum amount of BLE packets transferred with respect to Connection interval and Connection Timeout. In my package, I am setting the
connection parameters as:
- Connection interval - 40 ms
- Timeout - 3200 ms
- Slave Latency - 30
How much data can be allowed to transfer over BLE.
2. And, w.k.t Connection parameters are the choice of Central device only, eitherit may choose our settings or it creates within their limits.
In that, if the Slave latency is not being set as per peripheral requirement, how affect, this would be?.
- Because, I always chose to have different mobiles, if the slave latency is not supported. So, I got to clear from this perspective.
3. How to auto connect the BLE devices, if one device disconnected at random time( can you provide some basic note regarding this)
4. Android versions are getting differed for different mobile manufacturers. So, BLE could cause some trouble in connectivity. How to handle this
for different android platforms.
Thanks,