System.Bluetooth.TBluetoothLEAdapter.DoStartDiscoveryRaw

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoStartDiscoveryRaw(const ABluetoothLEScanFilterList: TBluetoothLEScanFilterList = nil;  Refresh: Boolean = True): Boolean; virtual; abstract;

C++

virtual bool __fastcall DoStartDiscoveryRaw(TBluetoothLEScanFilterList* const ABluetoothLEScanFilterList = (TBluetoothLEScanFilterList*)(0x0), bool Refresh = true) = 0 ;

Properties

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

Description

Platform-specific implementation of StartDiscoveryRaw.

DoStartDiscoveryRaw is a virtual abstract method that platform-specific subclasses of TBluetoothLEAdapter implement.

See Also