Lines Matching full:connection

2  *  @brief Internal APIs for Bluetooth connection handling.
18 BT_CONN_INITIATING, /* Central connection establishment */
19 /** Central scans for a device preceding establishing a connection to it.
26 * - The stack uses this connection context for automatic connection establishment
29 * scanning while automatic connection establishment in ongoing.
34 /** Central initiates a connection to a device in the filter accept list.
36 * For this type of connection establishment, the controller's initiator is started
48 /* bt_conn flags: the flags defined here represent connection parameters */
50 /** The connection context is used for automatic connection establishment
53 * This flag is set even after the connection has been established so
54 * that the connection can be reestablished once disconnected.
55 * The connection establishment may be performed with or without the filter
60 BT_CONN_BR_BONDABLE, /* BR connection is bondable */
62 BT_CONN_BR_PAIRING, /* BR connection in pairing context */
63 BT_CONN_BR_PAIRED, /* BR connection pairing is done */
148 /* Reference to ACL Connection */
161 /* Reference to ACL Connection */
210 /** ACL connection handle */
221 /* Which local identity address this connection uses */
239 /* Connection error or reason for disconnect */
259 * - Peripheral delayed connection update.
261 * - Connection cleanup.
307 /* Node for putting this connection in a data-ready mode for the bt_dev.
332 * Packets event) or if the connection dies.
368 /* Process incoming data for a connection */
371 /* Send data over a connection
390 /* Check if a connection object with the peer already exists */
393 /* Add a new LE connection */
396 /** Connection parameters for ISO connections */
411 /* Add a new BR/EDR connection */
414 /* Add a new SCO connection */
423 /* Look up an existing sco connection by BT address */
426 /* Look up an existing connection by BT address */
431 /* Allocate new connection object */
434 /* Look up an existing connection */
445 /* ISO connection handle assigned at connect state */ in bt_conn_is_handle_valid()
456 /* Check if the connection is with the given peer. */
461 * the connection list. This is useful for O(1) lookups, but can't be used
467 /* Look up a connection state. For BT_ADDR_LE_ANY, returns the first connection
473 /* Set connection object in certain state and perform action related to state */
530 /* Notify higher layers that connection security changed */
535 /* Prepare a PDU to be sent over a connection */
556 /* Prepare a PDU to be sent over a connection */
577 /* Initialize connection management */
583 /* Selects based on connection type right semaphore for ACL packets */