Share via


BthReadPageScanType (Compact 2013)

3/26/2014

This function retrieves the page scan-type property of the controller.

Syntax

int BthReadPageScanType(
    unsigned char *pPageScanType
);

Parameters

  • pPageScanType
    [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

See Also

Reference

Bluetooth API Connection Functions