5.7 Reference Guide for using DLL
183
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_scan_window // Range : 18 ~ 4096. Time Range : 11.25 ms ~ 2560 ms.
write_dut_inquiry_scan_window
Description
This function writes the inquiry scan window of the DUT measured in nmber of Baseband slots. The
inquiry_scan_window configuration parameter defines the amount of time for the duration of the inquiry scan.
The inquiry_scan_window can only be less than or equal to the inquiry_scan_interval.
Syntax
unsigned long write_dut_inquiry_scan_window(unsigned short inquiry_scan_window);
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_scan_window // Range : 18 ~ 4096. Time Range : 11.25 ms ~ 2560 ms. Default : 18.
read_dut_page_scan_interval
Description
This function reads the page scan interval of the DUT measured in Number of Baseband slots. Refer to
write_dut_page_scan_interval for more details.
Syntax
unsigned long read_dut_page_scan_interval(unsigned short *page_scan_interval);
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
page_scan_interval // Range : 18 ~ 4096. Time Range : 11.25 ms ~ 2560 ms.
write_dut_page_scan_interval
Description
This function writes the page scan interval of the DUT measured in Number of Baseband slots. The
page_scan_interval configuration parameter defines the amount of time between consecutive page scans
This time interval is defined from when the Host Controller started its last page scan until it begins the next
page scan.
Syntax
unsigned long write_dut_page_scan_interval(unsigned short page_scan_interval);
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.
Inquiry Scan is only performed when Inquiry_Scan is enabled (the device is
DISCOVERABLE)..