Lines Matching refs:node
286 const sys_snode_t *node = sys_slist_get_not_empty(&conn->tx_complete); in tx_notify_process() local
288 tx = CONTAINER_OF(node, struct bt_conn_tx, node); in tx_notify_process()
740 sys_slist_append(&conn->tx_pending, &tx->node); in send_buf()
757 (void)sys_slist_find_and_remove(&conn->tx_pending, &tx->node); in send_buf()
906 sys_snode_t *node = sys_slist_peek_head(&bt_dev.le.conn_ready); in get_conn_ready() local
908 if (node == NULL) { in get_conn_ready()
918 struct bt_conn *conn = CONTAINER_OF(node, struct bt_conn, _conn_ready); in get_conn_ready()
951 __ASSERT_NO_MSG(s == node); in get_conn_ready()
1125 sys_snode_t *node; in process_unack_tx() local
1127 node = sys_slist_get(&conn->tx_pending); in process_unack_tx()
1129 if (!node) { in process_unack_tx()
1134 tx = CONTAINER_OF(node, struct bt_conn_tx, node); in process_unack_tx()
3996 if (sys_slist_find(&bt_auth_info_cbs, &cb->node, NULL)) { in bt_conn_auth_info_cb_register()
4000 sys_slist_append(&bt_auth_info_cbs, &cb->node); in bt_conn_auth_info_cb_register()
4011 if (!sys_slist_find_and_remove(&bt_auth_info_cbs, &cb->node)) { in bt_conn_auth_info_cb_unregister()