zephyr/subsys/bluetooth/mesh
Lingao Meng 4cc8cb1c15 Bluetooth: Mesh: Fix send input_complete before public key
According Mesh Profile Spec 5.4.2.4 Authentication, if device
use Input OOB Authentication method, should send input complete
pub after local public key has been acked.

`bt_mesh_input_string` or `bt_mesh_input_number` directly send
`input_complete`, however does not check whether the pub key has
been sent.

Mesh Provisioning timeout set to `60` seconds, so even this
probability is extremely low, it does not mean that there is no
such probability.

Signed-off-by: Lingao Meng <mengabc1086@gmail.com>
2020-09-21 13:07:18 +03:00
..
access.c
access.h
adv.c
adv.h
beacon.c
beacon.h
cdb.c
cfg_cli.c
cfg_srv.c
CMakeLists.txt
crypto.c
crypto.h
foundation.h
friend.c
friend.h
health_cli.c
health_srv.c
Kconfig
lpn.c
lpn.h
main.c
mesh.h
net.c
net.h
pb_adv.c
pb_gatt.c
prov_bearer.h
prov.c
prov.h
proxy.c
proxy.h
settings.c
settings.h
shell.c
test.c
test.h
TODO
transport.c
transport.h