commit | 063991424c778642be4b0a4149e0e2933df05f58 | [log] [tgz] |
---|---|---|
author | Olivier Lesage <olivier.lesage@nordicsemi.no> | Mon Aug 26 11:30:30 2024 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Sep 03 10:42:56 2024 +0200 |
tree | f03029a6c940b17e398ffe91a430899b17ee3ffa | |
parent | d9d504366725d74115105eec51844af9543855a8 [diff] |
bluetooth: host: Ignore HCI err 0xC when setting own addr when initiating Ignores "command disallowed" if the host privacy implementation tries to change the device's random address while scanning or initiating. This is not allowed by spec. It's caused by scan_update() in scan.c. Signed-off-by: Olivier Lesage <olivier.lesage@nordicsemi.no>