System.Bluetooth.TBluetoothLEAdvertiseData.AddServiceUUID
Delphi
procedure AddServiceUUID(const AServiceUUID: TBluetoothUUID);
C++
void __fastcall AddServiceUUID(const GUID &AServiceUUID);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| procedure function | public | System.Bluetooth.pas System.Bluetooth.hpp | System.Bluetooth | TBluetoothLEAdvertiseData | 
説明
アドバタイズされるサービス UUID に GATT サービスの指定 UUID を追加します。
例外
| 例外 | メッセージ | シナリオ | 
|---|---|---|
| EBluetoothLEAdvertiseDataException | Android 5 (API 21) 以上が必要です | 
 |