Bluetooth SMP: added support for Legacy pairing (MITM) with passkey

#   1: .codespellrc
  #  /home/runner/work/nuttx/nuttx/nuttx/include/nuttx/uorb.h:307: afte ==> after
   # /home/runner/work/nuttx/nuttx/nuttx/include/nuttx/uorb.h:405: multipled ==> multiplied
    #/home/runner/work/nuttx/nuttx/nuttx/include/nuttx/uorb.h:416: multipled ==> multiplied
    #/home/runner/work/nuttx/nuttx/nuttx/include/nuttx/uorb.h:432: provies ==> provides, proves
    #/home/runner/work/nuttx/nuttx/nuttx/include/nuttx/uorb.h:1173: subcribers ==> subscribers
    #Error: Process completed with exit code 1.
This commit is contained in:
robert
2025-05-11 08:54:59 -04:00
committed by Xiang Xiao
parent ab756e8dd7
commit df058b462e
7 changed files with 528 additions and 101 deletions

View File

@@ -62,6 +62,7 @@ struct bt_ltk_s
uint64_t rand;
uint16_t ediv;
uint8_t val[16];
enum bt_security_e level;
FAR struct bt_keys_s *next;
};