System.Bluetooth.TBluetoothLEAdvertiseData.LocalName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LocalName: string read GetLocalName write SetLocalName;

C++

__property System::UnicodeString LocalName = {read=GetLocalName, write=SetLocalName};

Properties

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

Description

Local name of the advertising device, which is a string that contains a user-friendly name that helps users distinguish one advertising device from another.

Platform Support

On Android, when you change the value of LocalName nothing happens. You cannot change the local name of a GATT server in Android devices, the GATT server name is always the device name.

See Also