Lines Matching +full:txq +full:- +full:size

9  * SPDX-License-Identifier: Apache-2.0
22 * - The application has explicitly configured the stack to connect to the device,
26 * - The stack uses this connection context for automatic connection establishment
68 BT_CONN_AUTO_INIT_PROCEDURES_DONE, /* Auto-initiated procedures have run */
79 BT_CONN_AUTO_VERSION_INFO, /* Auto-initiated LE version done */
87 /* Total number of flags - must be at the end of the enum */
112 * Available after `atomic_test_bit(conn->flags, BT_CONN_LE_FEATURES_EXCHANGED)`.
186 struct k_fifo txq; member
259 * - Peripheral delayed connection update.
260 * - Initiator connect create cancel.
261 * - Connection cleanup.
284 /* Callback into the higher-layers (L2CAP / ISO) to return a buffer for
294 /* Get (and clears for ACL conns) callback and user-data for `buf`. */
301 /* For ACL: List of data-ready L2 channels. Used by TX processor for
307 /* Node for putting this connection in a data-ready mode for the bt_dev.
330 /* Holds the callback and a user-data field for the upper layer. This callback
350 ((struct closure *)storage)->cb = cb; in make_closure()
351 ((struct closure *)storage)->data = data; in make_closure()
356 return ((struct closure *)storage)->cb; in closure_cb()
361 return ((struct closure *)storage)->data; in closure_data()
432 struct bt_conn *bt_conn_new(struct bt_conn *conns, size_t size);
439 switch (conn->state) { in bt_conn_is_handle_valid()
447 conn->type == BT_CONN_TYPE_ISO) { in bt_conn_is_handle_valid()
594 * - ref the conn when putting on an "conn-ready" slist
595 * - unref the conn when popping the conn from the slist