System.Bluetooth.TBluetoothLEAdvertiseData.ServiceUUIDs
Delphi
property ServiceUUIDs: TArray<TBluetoothUUID> read GetServiceUUIDs;
C++
__property System::DynamicArray<GUID> ServiceUUIDs = {read=GetServiceUUIDs};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEAdvertiseData |
Description
Array of UUIDs of GATT services that are advertised.