System.Bluetooth.TBluetoothLEAdapter.DoStartDiscoveryRaw

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoStartDiscoveryRaw: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoStartDiscoveryRaw(void) = 0 ;

Properties

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

Description

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