Skip to content

nimble/host: Rework ble_gatts_notify_multiple_custom#2229

Draft
sjanc wants to merge 1 commit into
apache:masterfrom
sjanc:gatt_multi
Draft

nimble/host: Rework ble_gatts_notify_multiple_custom#2229
sjanc wants to merge 1 commit into
apache:masterfrom
sjanc:gatt_multi

Conversation

@sjanc
Copy link
Copy Markdown
Contributor

@sjanc sjanc commented May 11, 2026

Simplify ble_gatts_notify_multiple_custom implementation:

  • reject if peer doesn't support it (app shall check it)
  • fail if doesn't git in single ATT packet
  • fix missing cleanups on error
  • fix missing endianess convertions

ble_gatts_notify_multiple() is now very thin wrapper on top of ble_gatts_notify_multiple_custom().

Simplify ble_gatts_notify_multiple_custom implementation:
 - reject if peer doesn't support it (app shall check it)
 - fail if doesn't git in single ATT packet
 - fix missing cleanups on error
 - fix missing endianess convertions

ble_gatts_notify_multiple() is now very thin wrapper on top of
ble_gatts_notify_multiple_custom().
@sjanc
Copy link
Copy Markdown
Contributor Author

sjanc commented May 12, 2026

#AutoPTS run mynewt GATT/SR/GAN/BV-02-C

@codecoup-tester
Copy link
Copy Markdown

Scheduled PR #2229 (comment), board: nrf52, estimated start time: 11:07:28, test case count: 1, estimated duration: 0:12:46

Test cases to be runGATT/SR/GAN/BV-02-C

@codecoup-tester
Copy link
Copy Markdown

AutoPTS Bot results:

Failed tests (1)GATT GATT/SR/GAN/BV-02-C RUNNING

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants