Lines Matching +full:valid +full:- +full:channels
8 * SPDX-License-Identifier: Apache-2.0
33 /** The attribute handle given was not valid on the server */
99 /* 0xffff is defined as the maximum, and thus last, valid attribute handle */
134 /* Reconfigure all EATT channels on connection */
139 /** @brief Connect Enhanced ATT channels
142 * Enhanced ATT channels. The peer may have limited resources and fewer channels
147 * Must be in the range 1 - @kconfig{CONFIG_BT_EATT_MAX}, inclusive.
150 * @retval -EINVAL if @p num_channels is not in the allowed range or @p conn is NULL.
151 * @retval -ENOMEM if less than @p num_channels are allocated.
156 /** @brief Get number of EATT channels connected.
158 * @param conn The connection to get the number of EATT channels for.
160 * @return The number of EATT channels connected.
172 /** Both Enhanced and Unenhanced channels can be used */
174 /** Only Unenhanced channels will be used */
176 /** Only Enhanced channels will be used */