System.Bluetooth.TBluetoothLEAdvertiseData.ClearServiceUUIDs

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

Delphi

procedure ClearServiceUUIDs;

C++

void __fastcall ClearServiceUUIDs();

プロパティ

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


説明

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

例外

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

関連項目