We designed a BLE device (based on SDK v10.0.0 + SoftDevice S110). From this device we do a few notifications (through sd_ble_gatts_hvx) between two connection intervals.
- When using the « Master Control Panel »
With USB dongle programmed with firmware « Master Emulator nRF51822 v0.10.0 » we observe many data frames receptions per connection interval (same "timestamp")
- When using 0.5.0 win32 driver (within a C++ application)
With the USB dongle programmed with « connectivity_1m_with_s130_1.0.0 » we observe only one data frame reception per connection interval
Could we have done something wrong in our firmware? Or is this a limitation of « connectivity_1m_with_s130_1.0.0 »? Or 0.5.0 win32 driver?