System.Bluetooth.TBluetoothLEAdvertiseData.DoClearServiceUUIDs
Delphi
procedure DoClearServiceUUIDs; virtual; abstract;
C++
virtual void __fastcall DoClearServiceUUIDs() = 0 ;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
procedure function |
protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEAdvertiseData |
説明
- メモ: これは、TBluetoothLEAdvertiseData のプラットフォーム固有のサブクラスで実装される抽象メソッドです。
アドバタイズされるサービス UUID から GATT サービスの UUID をすべて削除します。
例外
| 例外 | メッセージ | シナリオ |
|---|---|---|
| EBluetoothLEAdvertiseDataException | Android 5 (API 21) 以上が必要です |
|