We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d9386 commit 80c1e69Copy full SHA for 80c1e69
subsys/bluetooth/host/smp.c
@@ -1579,6 +1579,11 @@ static uint8_t smp_br_ident_addr_info(struct bt_smp_br *smp,
1579
1580
/* if all keys were distributed, pairing is done */
1581
if (!smp->local_dist && !smp->remote_dist) {
1582
+ /* TODO: consider the follow cases (BLE to BR derivation need to consider them too):
1583
+ * (1) the ble connection is already encrypted, then the new LTK is derived.
1584
+ * (2) the ble connection is not encrypted, the LTK is derived,
1585
+ * how to trigger the BLE encryption.
1586
+ */
1587
smp_pairing_br_complete(smp, 0);
1588
}
1589
0 commit comments