You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to simultaneously scan and advertise (non-connectable) using the identity in both cases.
However, I am not able to start advertisements as the config is reported as invalid.
Apparently, the following line prevents the start of advertisements:
I am currently unsure if this behavior is intentional, and I am misusing the identity configuration or if this line should actually be changed to: !(param->options & BT_LE_ADV_OPT_USE_IDENTITY) as the identity case should indeed not set a NRPA (as the comment claims).
Some clarification would be greatly appreciated, thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to simultaneously scan and advertise (non-connectable) using the identity in both cases.
However, I am not able to start advertisements as the config is reported as invalid.
Apparently, the following line prevents the start of advertisements:
zephyr/subsys/bluetooth/host/id.c
Line 571 in 5130db3
I am currently unsure if this behavior is intentional, and I am misusing the identity configuration or if this line should actually be changed to:
!(param->options & BT_LE_ADV_OPT_USE_IDENTITY)
as the identity case should indeed not set a NRPA (as the comment claims).Some clarification would be greatly appreciated, thanks.
I am using the following config and code:
Beta Was this translation helpful? Give feedback.
All reactions