System.Bluetooth.TBluetoothLEAdapter.DoStartLeDiscoveryRaw

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoStartLeDiscoveryRaw: Boolean; virtual; deprecated 'Use DoStartDiscoveryRaw';

C++

virtual bool __fastcall DoStartLeDiscoveryRaw _DEPRECATED_ATTRIBUTE1("Use DoStartDiscoveryRaw") (void);

Properties

Type Visibility Source Unit Parent
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEAdapter

Description

Warning: DoStartLeDiscoveryRaw is deprecated. Please use DoStartDiscoveryRaw.

Note: This is an abstract method that platform-specific subclasses of TBluetoothLEAdapter implement.

Cancels any pending discovery and starts a new one.

StartDiscoveryRaw calls DoStartDiscoveryRaw.

See Also