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