Lines Matching full:tx
18 * @brief Initialize TX
20 * This will initialize TX if not already initialized. This creates and starts a thread that
26 * @brief Register a stream for TX
28 * This will add it to the list of streams the TX thread will attempt to send on.
34 * @retval -EINVAL @p bap_stream is not configured for TX
41 * @brief Unregister a stream for TX
43 * This will remove it to the list of streams the TX thread will attempt to send on.
49 * @retval -EINVAL @p bap_stream is not configured for TX
55 * @brief Test if the provided stream has been configured for TX
57 * @param bap_stream The stream to test for TX support
59 * @retval true if it has been configured for TX, and false if not
64 * @brief Callback to indicate a TX complete
66 * @param stream The stream that completed TX