mirror of
https://github.com/apache/nuttx.git
synced 2025-12-11 12:57:57 +08:00
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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user