System.Bluetooth.Components.TBluetoothLE.ForceRefreshCachedDevices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ForceRefreshCachedDevices: Boolean read FForceRefreshCachedDevices write SetForceRefreshCachedDevices;

C++

__property bool ForceRefreshCachedDevices = {read=FForceRefreshCachedDevices, write=SetForceRefreshCachedDevices, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE

Description

Indicates whether the discovery process attemps to retrieve services from the actual device instead of using the cached services.

This property only affects Android. Default is False.

See Also