System.Bluetooth.TBluetoothLEAdapter.StartDiscoveryRaw

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function StartDiscoveryRaw: Boolean;

C++

bool __fastcall StartDiscoveryRaw(void);

Properties

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

Description

Starts a scan for Bluetooth Low Energy devices.

The StartDiscoveryRaw function of the current manager calls this function.

StartDiscoveryRaw calls DoStartDiscoveryRaw.

See Also