System.Bluetooth.TBluetoothGattServer.GattServerName

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property GattServerName: string read FGattServerName write SetGattServerName;

C++

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

Propriétés

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


Description

Affiche le nom que votre serveur GATT utilise pour s'annoncer.

Si vous ne spécifiez aucun GattServerName, votre serveur GATT s'annonce par défaut comme "Service Bluetooth LE".

Voir aussi