System.Bluetooth.TBluetoothLEDevice.ForceRefreshCachedServices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ForceRefreshCachedServices: Boolean read FForceRefreshCachedServices write FForceRefreshCachedServices;

C++

__property bool ForceRefreshCachedServices = {read=FForceRefreshCachedServices, write=FForceRefreshCachedServices, nodefault};

Properties

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

Description

Indicates whether the service 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