This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Gatt Nofitication, time between Notification, do i have to care about it ?

Hello,


i'm sending several GATT_Notifications, do i have to care about the time between these ? Is there something like a Notification Stack which is handled by GATT ?

I'm wondering because there is a minimum time between two connection events, i think it's 7,5ms.

  • Hi,

    Yes, the fastest connection interval is 7.5ms in BLE. However, it is possible to send multiple packets per connection event. At the Application level, you don't need to care - you just send your Notifications until you run out of RAM or PDUs.

    Best wishes