Updating advertisement data #827
Answered
by
h2zero
homy-newfs8
asked this question in
Q&A
-
NimBLEAdvertising::setName(), setManufacturerData() (and the corresponding methods in NimBLEAdvertisementData) seem to append data. |
Beta Was this translation helpful? Give feedback.
Answered by
h2zero
Jan 2, 2025
Replies: 2 comments
-
@homy-newfs8 Yes, this is intentional because many fields are variable length so updating just one thing in the data would introduce too much complexity. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
homy-newfs8
-
I see, thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@homy-newfs8 Yes, this is intentional because many fields are variable length so updating just one thing in the data would introduce too much complexity.