5.7 Reference Guide for using DLL
178
This function writes default value of the speaker volume gain of the DUT.
Syntax
unsigned long write_dut_speaker_volume_gain(char vgs);
Return Value
The return value of this function will be zero if the function is successful. Otherwise, the return value will be
an error code.
Parameter
vgs // speaker volume gain of a headset or a handsfree. Range 0...15
read_dut_microphone_volume_gain
Description
This function reads default value of the microphone volume gain of the DUT.
Syntax
unsigned long read_dut_microphone_volume_gain(char * vgm);
Return Value
The return value of this function will be zero if the function is successful. Otherwise, the return value will be
an error code.
Parameter
vgm // microphone volume gain of a headset or a handsfree. Range 0...15
write_dut_microphone_volume_gain
Description
This function writes default value of the microphone volume gain of the DUT.
Syntax
unsigned long write_dut_microphone_volume_gain(char vgm);
Return Value
The return value of this function will be zero if the function is successful. Otherwise, the return value will be
an error code.
Parameter
vgm // microphone volume gain of a headset or a handsfree. Range 0...15
read_dut_name
Description
This function reads userfriendly name associated with the Bluetooth device and consists of a maximum of
248 bytes coded according to the UTF-8 standard. Size of the string should be sufficient to store the name.
Syntax
unsigned long read_dut_name(char *name);
Return Value
The return value of this function will be zero if the function is successful. Otherwise, the return value will be
an error code.
Parameter
name // userfriendly name associated with the Bluetooth device.
open_remote_hci_tl
Description
This function opens remote HCI transport layer of DUT.