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