| 
| int  | bt_has_client_cb_register (const struct bt_has_client_cb *cb) | 
|   | Registers the callbacks used by the Hearing Access Service client.  More...
  | 
|   | 
| int  | bt_has_client_discover (struct bt_conn *conn) | 
|   | Discover Hearing Access Service on a remote device.  More...
  | 
|   | 
| int  | bt_has_client_conn_get (const struct bt_has *has, struct bt_conn **conn) | 
|   | Get the Bluetooth connection object of the service object.  More...
  | 
|   | 
| int  | bt_has_client_presets_read (struct bt_has *has, uint8_t index, uint8_t max_count) | 
|   | Read Preset Records.  More...
  | 
|   | 
| int  | bt_has_client_preset_set (struct bt_has *has, uint8_t index, bool sync) | 
|   | Set Active Preset.  More...
  | 
|   | 
| int  | bt_has_client_preset_next (struct bt_has *has, bool sync) | 
|   | Activate Next Preset.  More...
  | 
|   | 
| int  | bt_has_client_preset_prev (struct bt_has *has, bool sync) | 
|   | Activate Previous Preset.  More...
  | 
|   | 
| int  | bt_has_register (const struct bt_has_features_param *features) | 
|   | Register the Hearing Access Service instance.  More...
  | 
|   | 
| int  | bt_has_preset_register (const struct bt_has_preset_register_param *param) | 
|   | Register preset.  More...
  | 
|   | 
| int  | bt_has_preset_unregister (uint8_t index) | 
|   | Unregister Preset.  More...
  | 
|   | 
| int  | bt_has_preset_available (uint8_t index) | 
|   | Set the preset as available.  More...
  | 
|   | 
| int  | bt_has_preset_unavailable (uint8_t index) | 
|   | Set the preset as unavailable.  More...
  | 
|   | 
| void  | bt_has_preset_foreach (uint8_t index, bt_has_preset_func_t func, void *user_data) | 
|   | Preset iterator.  More...
  | 
|   | 
| int  | bt_has_preset_active_set (uint8_t index) | 
|   | Set active preset.  More...
  | 
|   | 
| uint8_t  | bt_has_preset_active_get (void) | 
|   | Get active preset.  More...
  | 
|   | 
| static int  | bt_has_preset_active_clear (void) | 
|   | Clear out active preset.  More...
  | 
|   | 
| int  | bt_has_preset_name_change (uint8_t index, const char *name) | 
|   | Change the Preset Name.  More...
  | 
|   | 
| int  | bt_has_features_set (const struct bt_has_features_param *features) | 
|   | Change the Hearing Aid Features.  More...
  | 
|   |