---
title: Hearing device support
framework: accessibility
role: collectionGroup
role_heading: API Collection
path: accessibility/hearing-device-support
---

# Hearing device support

Access information about paired hearing aid devices and streaming status.

## Overview

Overview Companion apps for hearing device manufacturers might offer certain features, like remote fitting and hearing device health checks, that rely on streaming audio to the hearing devices. If a user disables audio streaming on their Apple device, these features might become unavailable. This API gives your app the ability to check the state of the streaming preferences, so you can ask users to temporarily enable streaming to use your app’s features. You can also query other information about streaming capabilities and paired hearing devices. Use this API to check: The state of the streaming preferences for the hearing device in each ear Whether the iOS device supports bidirectional streaming The Bluetooth UUIDs of the paired hearing devices that match your app’s hearing.aid.app entitlement

## Topics

### Hearing devices

- [AXMFiHearingDevice](accessibility/axmfihearingdevice.md)

### Streaming status

- [AXMFiHearingDevice.Ear](accessibility/axmfihearingdevice/ear.md)
- [streamingEar()](accessibility/axmfihearingdevice/streamingear().md)
- [streamingEarDidChangeNotification](accessibility/axmfihearingdevice/streamingeardidchangenotification.md)

### Streaming type

- [supportsBidirectionalStreaming()](accessibility/axmfihearingdevice/supportsbidirectionalstreaming().md)

### Paired hearing devices

- [pairedDeviceIdentifiers()](accessibility/axmfihearingdevice/paireddeviceidentifiers().md)
- [pairedUUIDsDidChangeNotification](accessibility/axmfihearingdevice/paireduuidsdidchangenotification.md)

## See Also

### Features

- [Customized accessibility content](accessibility/customized-accessibility-content.md)
- [Audio graphs](accessibility/audio-graphs.md)
- [AXNameFromColor(_:)](accessibility/axnamefromcolor(_:).md)
