System.Bluetooth.TBluetoothLEAdvertiseData.LocalName

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property LocalName: string read GetLocalName write SetLocalName;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEAdvertiseData


説明

アドバタイズ デバイスのローカル名です。これは、アドバタイズ デバイスどうしをユーザーが容易に区別できる名前を格納した文字列になります。

プラットフォーム サポート

Android では、LocalName の値を変更しても、何も起こりません。Android デバイスで GATT サーバーのローカル名を変更することはできません。GATT サーバー名は常にデバイス名です。

関連項目