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 b9d8e9a commit c98bc82Copy full SHA for c98bc82
subsys/bluetooth/host/conn.c
@@ -934,12 +934,7 @@ struct bt_conn *get_conn_ready(void)
934
__maybe_unused sys_snode_t *s = sys_slist_get(&bt_dev.le.conn_ready);
935
936
__ASSERT_NO_MSG(s == node);
937
-
938
(void)atomic_set(&conn->_conn_ready_lock, 0);
939
- /* Note: we can't assert `old` is non-NULL here, as the
940
- * connection might have been marked ready by an l2cap channel
941
- * that cancelled its request to send.
942
- */
943
944
/* Append connection to list if it still has data */
945
if (conn->has_data(conn)) {
0 commit comments