System.Bluetooth.TBluetoothLEDevice.ScannedAdvertiseData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ScannedAdvertiseData: TBluetoothLEAdvertiseData read FScannedAdvertiseData write FScannedAdvertiseData;

C++

__property TBluetoothLEAdvertiseData* ScannedAdvertiseData = {read=FScannedAdvertiseData, write=FScannedAdvertiseData};

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 AdvertisedData property to obtain the advertising data as an instance of TScanResponse.

Platform Support

This property is not supported on Windows.

See Also