Lines Matching +full:pre +full:- +full:delay
8 * Copyright (c) 2021-2024 Nordic Semiconductor ASA
10 * SPDX-License-Identifier: Apache-2.0
64 * As a general notation, to sync to BIS index N use BIT(N - 1).
66 #define BT_ISO_BIS_INDEX_BIT(x) (BIT((x) - 1))
141 /** Minimum pre-transmission offset */
143 /** Maximum pre-transmission offset */
159 * @brief Life-span states of ISO channel. Used only by internal APIs dealing with setting channel
222 * @brief Channel PHY - See the BT_GAP_LE_PHY_* values.
302 /** Vendor-defined Codec ID */
304 /** Controller Delay */
305 uint32_t delay; member
549 * @brief Pre-transmission offset
551 * Offset used for pre-transmissions.
647 /** Offset used for pre-transmissions */
872 * @retval -EINVAL Invalid parameters were supplied.
874 * @retval -EBUSY Some ISO channels are already being connected.
879 * @retval -ENOBUFS Not buffers available to send request to controller or if
882 * @retval -ENOMEM If @kconfig{CONFIG_BT_SMP} is enabled and no more keys
885 * @retval -EIO Controller rejected the request or if @kconfig{CONFIG_BT_SMP}
888 * @retval -ENOTCONN If @kconfig{CONFIG_BT_SMP} is enabled the ACL is not
1021 /** Pre-transmission offset (N * 1.25 ms) */
1042 /** Pre-transmission offset (N * 1.25 ms) */
1163 * @retval -EINVAL if @p cb is NULL
1164 * @retval -EEXIST if @p cb is already registered