commit | 1861583ce29701fc6afa23233b9f0a75f7e60257 | [log] [tgz] |
---|---|---|
author | Pavel Vasilyev <pavel.vasilyev@nordicsemi.no> | Thu Mar 14 13:55:18 2024 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Mar 18 14:50:54 2024 +0100 |
tree | bd43750bc1341fb4585eae4655b519aec83e2f7b | |
parent | 6622f0b3aa919b0b4a066c88cba7441ec34fbf81 [diff] |
Bluetooth: Mesh: Warn if can't listen to unprov beacons until proved When calling `mesh prov beacon-listen on` shell command before provisioning the local device, the stack won't report unprovisioned beacons. This is because the scanner has not been started yet. This behavior confuses users. Print a warning that the device needs to be provisioned first before it can listen to unprovisioned beacons. Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>