BTHHFP_AUDIO_DEVICE_CAPABILTIES structure (bthhfpddi.h)

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.

Syntax

typedef struct _BTHHFP_AUDIO_DEVICE_CAPABILTIES {
  DWORD Version;
  BOOL  Supports16kHzSampling;
} BTHHFP_AUDIO_DEVICE_CAPABILTIES, *PBTHHFP_AUDIO_DEVICE_CAPABILTIES;

Members

Version

The version of the device.

Supports16kHzSampling

Whether the device supports 16 kHz sampling.

Requirements

Requirement Value
Header bthhfpddi.h