System.Bluetooth.Components.TBluetoothLE.OnConnectedDevice
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:
Senderis the GATT server of your component.ADeviceis 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.