Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_has_features_param Struct Reference

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.
 

Detailed Description

Structure for registering features of a Hearing Access Service instance.

Field Documentation

◆ independent_presets

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.

◆ preset_sync_support

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.

◆ type

enum bt_has_hearing_aid_type bt_has_features_param::type

Hearing Aid Type value.


The documentation for this struct was generated from the following file: