How do I calculate round trip delay (time taken for packet to travel from peripheral to central(PC) to peripheral again)? Is the existing time calculation in the example code from peripheral to host(central)?
If I enable Connection event extension, will there be any problem at host side? My peripheral is nrf52 device and host is computer (Windows or Mac).
How many packets can you send on each connection event? How many no. of packets/interval is supported by Windows & Mac & S132? If it is 6 packets per interval, does a byte mean 1 packet?
Can the connection interval be configured by the host(application on windows/mac machine)? I read that the connection intervals for Android and ios devices is different. Will defining min & max values suffice?
How much should be att mtu size & LL payload size if I am sending 25 bytes at a time?
Does HID work faster? Can I do a loopback test by combining throughput example & hid example? Will it show correct results?
As acknowledgement reduces throughput, how can I do a loopback test with & without ACK? Is there a setting to enable/disable ack? Is it ble_srv_is_notification_enabled()?