System.Bluetooth.TBluetoothGattServer.GattServerName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GattServerName: string read FGattServerName write SetGattServerName;

C++

__property System::UnicodeString GattServerName = {read=FGattServerName, write=SetGattServerName};

Properties

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

Description

Display name that your GATT server uses to announce itself.

If you do not specify a GattServerName, your GATT server announces itself as "Bluetooth LE Service" by default.

See Also