Hello Everyone,
I am working on blood_pressure_sensor example code, KSDK_1.3.0.
My question is: when I am trying to send 20 Bytes of packet twice in single connection interval time in other side (mobile app) receive only last packet (20 bytes).
Can any one suggest me how we can send more than 1 packet in single connection interval? Generally, Ble support 3-4 packets in single connection interval time.
Thanks.
Regards,
Raj
Hello Rajneesh,
You can do this by sending the packets to the controller fast enough so that it doesn't get postponed to the next connection event.
You can also refer to:
Regards,
Gerardo