Zephyr Project API  3.3.0
A Scalable Open Source RTOS
bt_has_register_param Struct Reference

Structure for registering a Hearing Access Service instance. More...

#include <has.h>

Data Fields

enum bt_has_hearing_aid_type type
 
bool preset_sync_support
 Preset Synchronization Support. More...
 
bool independent_presets
 Independent Presets. More...
 

Detailed Description

Structure for registering a Hearing Access Service instance.

Field Documentation

◆ independent_presets

bool bt_has_register_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_register_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_register_param::type

Hearing Aid Type value


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