// bthhfpddi.h
// CTL_CODE(0x0022, 0x006, METHOD_NEITHER, FILE_ANY_ACCESS)
#define IOCTL_BTHHFP_SPEAKER_SET_VOLUME 0x0022001B
View the official Windows Driver Kit DDI referenceNo description available.
The IOCTL_BTHHFP_SPEAKER_SET_VOLUME IOCTL sets the volume level for the speaker of the Bluetooth device.
A LONG that represents the volume level in 1/65536 decibels.
The size of a LONG.
N/A
N/A
N/A
The audio driver sends this request when handling the KSPROPERTY_AUDIO_VOLUMELEVEL property for the KSNODETYPE_VOLUME node in the KS topology of the speaker path. The request’s input parameter is the same as the KSPROPERTY_AUDIO_VOLUMELEVEL property value.