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 6ac7bda commit 934279aCopy full SHA for 934279a
subsys/bluetooth/controller/ll_sw/ull_conn.c
@@ -1387,7 +1387,7 @@ void ull_conn_done(struct node_rx_event_done *done)
1387
#if defined(CONFIG_BT_LL_SW_LLCP_LEGACY)
1388
if (lll->enc_rx || conn->llcp_enc.pause_rx) {
1389
#else /* CONFIG_BT_LL_SW_LLCP_LEGACY */
1390
- if (lll->enc_rx || ull_cp_encryption_paused(conn)) {
+ if (lll->enc_rx && lll->enc_tx) {
1391
#endif /* CONFIG_BT_LL_SW_LLCP_LEGACY */
1392
uint16_t appto_reload_new;
1393
0 commit comments