System.Bluetooth.TBluetoothLEDevice.AdvertisedData
Delphi
property AdvertisedData: TScanResponse read FAdvertisedData;
C++
__property TScanResponse* AdvertisedData = {read=FAdvertisedData};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEDevice |
Description
Advertising data that the remote device was broadcasting during device discovery.
Alternatively, you can use the ScannedAdvertiseData property to obtain the advertising data as an instance of TBluetoothLEAdvertiseData.
Platform Support
This property is not supported on Windows.