Zephyr API 3.6.99
|
Structure for registering features of a Hearing Access Service instance. More...
#include <has.h>
Data Fields | |
enum bt_has_hearing_aid_type | type |
Hearing Aid Type value. | |
bool | preset_sync_support |
Preset Synchronization Support. | |
bool | independent_presets |
Independent Presets. | |
Structure for registering features of a Hearing Access Service instance.
bool bt_has_features_param::independent_presets |
Independent Presets.
Only applicable if type
is BT_HAS_HEARING_AID_TYPE_BINAURAL and
CONFIG_BT_HAS_PRESET_COUNT
is non-zero.
bool bt_has_features_param::preset_sync_support |
Preset Synchronization Support.
Only applicable if type
is BT_HAS_HEARING_AID_TYPE_BINAURAL and
CONFIG_BT_HAS_PRESET_COUNT
is non-zero.
enum bt_has_hearing_aid_type bt_has_features_param::type |
Hearing Aid Type value.