commit | 5374245dd66e630932267663546d5f1108aff9b5 | [log] [tgz] |
---|---|---|
author | Lingao Meng <mengabc1086@gmail.com> | Thu Sep 17 13:47:37 2020 +0800 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Wed Oct 28 12:53:09 2020 +0200 |
tree | b638a0126a8becf065ee832fdd20a9e0f8782255 | |
parent | d3a856289b4a935a910803f01f65d000e8f7df04 [diff] |
Bluetooth: Mesh: split prov.c into two separate modules Currently all provisioning procedure into common source files call `prov.c`, that will not compile separately. Add `BT_MESH_NODE` to control whether nodes are supported and device provisioning is supported, this will be used in provisioner role. Add more provisioner OOB authentication method. Signed-off-by: Lingao Meng <mengabc1086@gmail.com>