Lines Matching full:contexts
110 * @brief Set the available contexts for an endpoint type
112 * @param dir Direction of the endpoints to change available contexts for.
113 * @param contexts The contexts to be set.
118 enum bt_audio_context contexts);
121 * @brief Get the available contexts for an endpoint type
123 * @param dir Direction of the endpoints to get contexts for.
125 * @return Bitmask of available contexts.
130 * @brief Set the available contexts for a given connection
132 * This function sets the available contexts value for a given @p conn connection object.
133 * If the @p contexts parameter is NULL the available contexts value is reset to default.
134 * The default value of the available contexts is set using @ref bt_pacs_set_available_contexts
139 * @param dir Direction of the endpoints to change available contexts for.
140 * @param contexts The contexts to be set or NULL to reset to default.
145 enum bt_audio_context *contexts);
148 * @brief Get the available contexts for a given connection
150 * This server function returns the available contexts value for a given @p conn connection object.
155 * @param dir Direction of the endpoints to get contexts for.
157 * @return Bitmask of available contexts.
164 * @brief Set the supported contexts for an endpoint type
166 * @param dir Direction of the endpoints to change available contexts for.
167 * @param contexts The contexts to be set.
172 enum bt_audio_context contexts);