System.Beacon.TBeaconAdvertiser.AdvertiseGattInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AdvertiseGattInfo: Boolean read FAdvertiseGattInfo write FAdvertiseGattInfo;

C++

__property bool AdvertiseGattInfo = {read=FAdvertiseGattInfo, write=FAdvertiseGattInfo, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Beacon.pas
System.Beacon.hpp
System.Beacon TBeaconAdvertiser

Description

Indicates whether the GATT server also advertises its own advertising data.

When TBeaconAdvertiser initializes a beacon device with an existing GATT server, the AdvertiseGattInfo property indicates whether this GATT server advertises simultaneously the proximity data of the beacon device and the advertising data for the GATT services.

Note: For OS X and iOS platforms it is not possible to advertise simultaneously proximity data of beacons and GATT services.

See Also