BTHHFP_AUDIO_DEVICE_CAPABILTIES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// bthhfpddi.h

typedef struct _BTHHFP_AUDIO_DEVICE_CAPABILTIES {
  DWORD Version;
  BOOL  Supports16kHzSampling;
} BTHHFP_AUDIO_DEVICE_CAPABILTIES, *PBTHHFP_AUDIO_DEVICE_CAPABILTIES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-bthhfpddi-_bthhfp_audio_device_capabilties)

_BTHHFP_AUDIO_DEVICE_CAPABILTIES structure

Description

The BTHHFP_AUDIO_DEVICE_CAPABILTIES data structure describes the capabilities of a Bluetooth HFP device, including the version and whether it supports 16 kHz sampling.

Members

Version

The version of the device.

Supports16kHzSampling

Whether the device supports 16 kHz sampling.