// 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 referenceNo description available.
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.
VersionThe version of the device.
Supports16kHzSamplingWhether the device supports 16 kHz sampling.