Maximum packet in a connection event using notificaiton

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

 Hi,

   

I'm searching a way to improve my throughput between a psoc 4 ble and an Android device version 5.1.

   

I am wondering if the psoc can send more than 1 packet in a connection event in notification mode.

   

Also, I don't want to change the MTU size for someting not standard. So I send only 20B of data/packet.  

   

Thank you,

0 Likes
1 Reply
Anonymous
Not applicable

 You can send multiple packets in a conenction interval also, but it mainly depends on the amount of notification data puhed on to the BLE Stack. This can be sent out as multiple packets itself in one connection interval. This also depends upon the connection interval which you have set.

0 Likes