System.Bluetooth.TBluetoothLEAdvertiseData.ServiceData
Delphi
property ServiceData: TArray<TPair<TBluetoothUUID, TBytes>> read GetServiceData;
C++
__property System::DynamicArray<System::Generics::Collections::TPair__2<GUID,System::DynamicArray<System::Byte> > > ServiceData = {read=GetServiceData};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEAdvertiseData |
Description
Array of pairs of UUID and data of GATT services that are advertised.
The contents of the service data can be the complete or partial value of a characteristic or descriptor. See Getting Started with Bluetooth Low Energy, GATT Attribute Data in Advertising Packets.