commit | 3f30d12ce5428cb0a384ea49d50296aece5ac08d | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Mon May 07 14:14:02 2018 +0300 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Wed May 09 12:36:32 2018 +0300 |
tree | 7119221423c9f3d67cfd156b06041bda2271443a | |
parent | 1c846651dbecdd205b926ab7c578c9ca59f24808 [diff] |
Bluetooth: Mesh: Remove redundant 'provisioned' variable This variable is both redundant as well as problematic when it comes to adding persistent-storage-based provisioning information, which will not come through main.c or the bt_mesh_provision() API. Just remove it and use bt_mesh.valid which serves the same purpose in practice. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>