System.Bluetooth.TBluetoothLEAdvertiseData.ClearServiceData

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

Delphi

procedure ClearServiceData;

C++

void __fastcall ClearServiceData(void);

プロパティ

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


説明

アドバタイズされるサービス データから GATT サービスUUIDデータのペアをすべて削除します。

例外

例外 メッセージ シナリオ
EBluetoothLEAdvertiseDataException Android 5 (API 21) 以上が必要です
  • お使いのデバイスに搭載されている Android バージョンで Bluetooth LE アドバタイズがサポートされていません。

関連項目