spelling: advertisement

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 11:33:30 -05:00
parent 9ef3483674
commit 03349f2d2b
7 changed files with 13 additions and 13 deletions

View file

@ -22,7 +22,7 @@
//! @internal
//! The number of reports that the circular reports buffer can contain.
//! Accomodate for 4 reports with advertisment and scan reponse data:
//! Accomodate for 4 reports with advertisement and scan reponse data:
#define GAP_LE_SCAN_REPORTS_BUFFER_SIZE (4 * (sizeof(GAPLERawAdReport) + \
(2 * GAP_LE_AD_REPORT_DATA_MAX_LENGTH)))