System.Bluetooth.Components.TBluetoothLE.DoConnectedDevice

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoConnectedDevice(const Sender: TObject; const ADevice: TBluetoothLEDevice);

C++

void __fastcall DoConnectedDevice(System::TObject* const Sender, System::Bluetooth::TBluetoothLEDevice* const ADevice);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE

Description

Dispatcher of the OnConnectedDevice event.

DoConnectedDevice is called when a remote device connects to the GATT server of your component.

This event dispatcher 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