Lines Matching full:available
110 * @brief Set the available contexts for an endpoint type
112 * @param dir Direction of the endpoints to change available contexts for.
121 * @brief Get the available contexts for an endpoint type
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
136 * The Available Context Value is reset to default on ACL disconnection.
139 * @param dir Direction of the endpoints to change available contexts for.
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.
157 * @return Bitmask of available contexts.
166 * @param dir Direction of the endpoints to change available contexts for.