BthReadInquiryScanType (Compact 2013)
3/26/2014
This function retrieves the inquiry scan-type configuration property of the controller.
Syntax
int BthReadInquiryScanType(
unsigned char *pInquiryScanType
);
Parameters
pInquiryScanType
[out] Pointer to the scan type.Zero (0) indicates a non-interlaced scan. One (1) indicates an interlaced scan. Non-interlaced is the default value.
Return Value
The following table shows the possible return values.
Value |
Description |
---|---|
ERROR_SUCCESS |
Success. |
ERROR_SERVICE_NOT_ACTIVE |
The Bluetooth stack is not present. |
Requirements
Header |
bt_api.h |
Library |
Btdrt.lib |