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

Alan-Jowett / sonde / 23471824381
82%

Build:
DEFAULT BRANCH: main
Ran 24 Mar 2026 03:37AM UTC
Jobs 1
Files 74
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

24 Mar 2026 03:33AM UTC coverage: 85.852%. Remained the same
23471824381

push

github

web-flow
fix(node): server-initiated LESC and pre-auth write buffering (#443)

* docs(node): server-initiated LESC and write buffering in spec trifecta

Requirements (ND-0904):
- Add criterion 3: node MUST call \le_gap_security_initiate\ in
  \on_connect\ to ensure LESC pairing regardless of client behavior.
- Add criterion 4: node MUST buffer pre-auth GATT writes and process
  them once authentication succeeds.

Design (node-design.md §15):
- §15.2: document pre-auth write buffering in \pending_write\.
- §15.3: document server-initiated \le_gap_security_initiate\ call.
- §15.5: update event flow to show server-initiated pairing and
  buffered write flushing.

Validation (node-validation.md):
- Add T-N903a: passive client receives server-initiated SMP Security
  Request and completes LESC Just Works pairing.
- Add T-N903b: pre-auth GATT write buffered and processed after auth.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fix(node): server-initiated LESC and pre-auth write buffering

Same pattern as the modem fix (PR #441):

- Call \le_gap_security_initiate(conn_handle)\ in \on_connect\ so
  LESC Just Works pairing is triggered regardless of client behavior
  (ND-0904 criterion 3).

- Buffer GATT writes that arrive before authentication completes
  instead of rejecting them.  The main loop only processes
  \pending_write\ once \uthenticated\ is true (ND-0904 criterion 4).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fix: address PR review — consistent design text and comment wording

- node-design.md §15.2: rewrite GATT write description to match the
  actual buffering behavior (no longer says 'rejected').
- esp_ble_pairing.rs: reword on_write comment — all writes go to
  pending_write regardless of auth state; main loop gates on auth.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* docs(node): GAP device name must match advertising name (ND-0903)

Requirements (ND-0903):
- Add... (continued)

21450 of 24985 relevant lines covered (85.85%)

164.43 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23471824381.1 24 Mar 2026 03:37AM UTC 74
85.85
GitHub Action Run
Source Files on build 23471824381
  • Tree
  • List 74
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23471824381
  • 4e37d255 on github
  • Prev Build on main (#23470871213)
  • Next Build on main (#23472330883)
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