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

Alan-Jowett / sonde / 23563641733
82%

Build:
DEFAULT BRANCH: main
Ran 25 Mar 2026 08:57PM UTC
Jobs 1
Files 76
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

25 Mar 2026 08:54PM UTC coverage: 85.798%. Remained the same
23563641733

push

github

web-flow
fix(modem): clear dvertise_on_disconnect in BLE disable() to prevent race (#502)

NimBLE's dvertise_on_disconnect(true) was set once in EspBleDriver::new()
and never cleared. When disable() stopped advertising and disconnected a
client, NimBLE could automatically restart advertising due to the flag,
racing with the BLE_DISABLE intent.

Fix: call dvertise_on_disconnect(false) at the top of disable() before
stopping advertising, and re-enable it at the top of nable(). This
eliminates the race and removes the need for the second defensive stop()
call that was working around the symptom.

Fixes #453

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

22153 of 25820 relevant lines covered (85.8%)

163.42 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23563641733.1 25 Mar 2026 08:57PM UTC 76
85.8
GitHub Action Run
Source Files on build 23563641733
  • Tree
  • List 76
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23563641733
  • 8784d138 on github
  • Prev Build on main (#23559567180)
  • Next Build on main (#23563789863)
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