System.Bluetooth.Components.TBluetoothLE.OnConnectedDevice

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnConnectedDevice: TConnectLEDeviceEvent read FOnConnectedDevice write FOnConnectedDevice;

C++

__property System::Bluetooth::TConnectLEDeviceEvent OnConnectedDevice = {read=FOnConnectedDevice, write=FOnConnectedDevice};

Properties

Type Visibility Source Unit Parent
event published
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE

Description

Occurs when a remote device connects to the GATT server of your component.

The event handler of OnConnectedDevice receives the following parameters:

  • Sender is the GATT server of your component.
  • ADevice is the remote device that is now connected to the GATT server of your component.

Platform Support

Currently, there is no platform that supports reporting that remote devices connect to the GATT server of your component as clients.

See Also