Skip to content

Commit 6440c9e

Browse files
sjancnashif
authored andcommitted
bluetooth: host: Fix legacy SMP pairing
This is a regression introduced in b8770ac when aligning with BT Core Spec 5.3 naming convention. Signed-off-by: Szymon Janc <szymon.janc@codecoup.pl>
1 parent a60ce93 commit 6440c9e

File tree

1 file changed

+1
-1
lines changed
  • subsys/bluetooth/host

1 file changed

+1
-1
lines changed

subsys/bluetooth/host/smp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ struct bt_smp_encrypt_info {
8686
uint8_t ltk[16];
8787
} __packed;
8888

89-
#define BT_SMP_CMD_CENTRAL_IDENT 0x0
89+
#define BT_SMP_CMD_CENTRAL_IDENT 0x07
9090
struct bt_smp_central_ident {
9191
uint8_t ediv[2];
9292
uint8_t rand[8];

0 commit comments

Comments
 (0)