mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-13 03:51:57 +00:00
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> |
||
---|---|---|
.. | ||
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 |