'active_scan' parameter has no effect on the function behaviour #51210
ahmedmoheb-nordic
started this conversation in
RFC
Replies: 1 comment 1 reply
-
@alwa-nordic @jori-nordic could you check this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Looking at this function
zephyr/subsys/bluetooth/host/id.c
Line 1527 in e027f06
'active_scan' parameter is used once in a logical OR operation with a
true
condition, as!is_adv_using_rand_addr()
should have been evaluated to true at line 1550Also that makes the following debug message unreachable
zephyr/subsys/bluetooth/host/id.c
Line 1557 in e027f06
Beta Was this translation helpful? Give feedback.
All reactions