Hi,
I am working on BLE 5, I have few queries related to connection parameters
1. Can you tell what is the min PDU size does nrf52805 BLE stack supports with LE secured (that is considering LTK)?
As we know Range for connection interval for nrf52805 is from 7.5ms to 4000ms
2. Can you tell me what is the minimum connection interval I can set so that I can connect to 4 devices at once and can receive transmitted data from peripheral device in almost every 10ms from each device. also, I need to maintain a sequence in periodic manner from each device like (1234, 1234 and so on) it should not come in burst like (1123334,111233444, and so on)
3. Do you have any guard Time Parameter which can provide fix scan time for each connection ?
4. if present than what is the value of that guard time and is that guard time is editable or it is fixed guard time?
5. I wanted to know does using LE security or Legacy security affect data transmission over the air ?
as I have observed that using LE security Frequency is 98.9 Hz and and with Legacy it is 94.5 Hz, so you can see the reduction in the frequency that is data loss.
Thank you