5.7 Reference Guide for using DLL
188
unsigned long remove_dut_sco_link(unsigned short connection_handle);
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
connection_handle // connection handle of the SCO link to remove
is_dut_sco_link
Description
This function verifies whether SCO link with the DUT exists.
Syntax
unsigned long is_dut_sco_link(void);
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
void
5.7.5 Security Fucntions
authenticate_dut
Description
This function provides authentication of the DUT.
Syntax
unsigned long authenticate_dut(void);
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
void
5.7.6 Profile Fucntions
dut_profile_init
Description
This function initializes the profile.
Syntax
unsigned long dut_profile_init(void);
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
void
dut_profile_close