• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Alan-Jowett / sonde / 23359021289
82%

Build:
DEFAULT BRANCH: main
Ran 20 Mar 2026 07:25PM UTC
Jobs 1
Files 71
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

20 Mar 2026 07:22PM UTC coverage: 82.633%. Remained the same
23359021289

push

github

web-flow
fix(ble): use on_notify_tx for confirmation-driven indication pacing (#326)

The modem was clearing waiting_confirm unconditionally every poll cycle
(1 ms) in dvance_indication(), causing burst-sent indications that
overwhelmed NimBLE buffers on phones with longer BLE connection intervals
(7.5-30 ms).  This produced esource exhaustion errors and pairing
failures.

Wire up esp32-nimble's on_notify_tx() callback on the Gateway Command
characteristic to clear waiting_confirm only when the BLE client ACKs
the indication (ATT Handle Value Confirmation).  This ensures true
spec-compliant pacing — one indication per ATT round-trip — regardless
of the client's connection interval (MD-0403).

On timeout or failure, the callback clears the indication queue to avoid
stalling on a disconnected or misbehaving client.

Also adds validation test cases T-0623 (confirmation pacing) and T-0624
(slow client pacing) to modem-validation.md to close the gap that allowed
this regression.

Co-authored-by: Alan Jowett <alan.jowett@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

16525 of 19998 relevant lines covered (82.63%)

49.65 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23359021289.1 20 Mar 2026 07:25PM UTC 71
82.63
GitHub Action Run
Source Files on build 23359021289
  • Tree
  • List 71
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23359021289
  • 257eec1b on github
  • Prev Build on main (#23353045171)
  • Next Build on main (#23359996811)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc