5.7 Reference Guide for using DLL
168
Parameter
hci_tl // 0:Autodetect, 1:USB, 2:RS-232C, 16:TCPIP
write_tester_hci_tl
Description
This function writes the type of HCI transport layer of a tester.
Syntax
unsigned long write_tester_hci_tl (unsigned char hci_tl);
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
hci_tl // 0:Autodetect(default), 1:USB, 2:RS-232C, 16:TCPIP
read_tester_iac
Description
This function reads the LAP to derive IAC(Inquiry Access Code) of a tester.
Syntax
unsigned long read_tester_iac (unsigned long *iac);
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
Iac // LAP to derive Inquiry Access Code
write_tester_iac
Description
This function writes the LAP to derive IAC(Inquiry Access Code) of a tester.
Syntax
unsigned long write_tester_iac (unsigned long iac);
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
Iac // LAP to derive Inquiry Access Code
read_tester_inquiry_to
Description
This function reads the Inquiry timeout of a tester.
Syntax
unsigned long read_tester_inquiry_to (unsigned char *inquiry_to);
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
inquiry_to // Maximum amount of time specified before the Inquiry is halted.