Lines Matching full:active
122 * @brief Callback function for Hearing Access Service active preset changes.
124 * Optional callback called when the active preset is changed by the remote server when the
125 * preset switch procedure is complete. The callback must be set to receive active preset
126 * changes and enable support for switching presets. If the callback is not set, the Active
132 * @param index Active preset index.
242 * @brief Set Active Preset.
244 * Client procedure to set preset identified by @p index as active.
249 * @param sync Request active preset synchronization in set.
258 * Client procedure to set next available preset as active.
262 * @param sync Request active preset synchronization in set.
271 * Client procedure to set previous available preset as active.
275 * @param sync Request active preset synchronization in set.
296 * becomes active by calling @ref bt_has_preset_active_set.
377 * to peer devices. Only available preset can be selected as active preset.
389 * to peer devices. Unavailable preset cannot be selected as active preset.
429 * @brief Set active preset.
431 * Function used to set the preset identified by the @p index as the active preset.
441 * @brief Get active preset.
443 * Function used to get the currently active preset index.
445 * @return Active preset index.
450 * @brief Clear out active preset.
452 * Used by server to deactivate currently active preset.