System.Bluetooth.TBluetoothLEDevice.OnMTUChanged
Delphi
property OnMTUChanged: TGattMTUChangedEvent read FOnMTUChanged write FOnMTUChanged;
C++
__property TGattMTUChangedEvent OnMTUChanged = {read=FOnMTUChanged, write=FOnMTUChanged};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEDevice |
Description
Triggered asynchronously after a successful or failed request to change the MTU using RequestMTU
.
The onMTUChanged event provides information about the new MTU size and the result of the request.
Attention: This event can be implemented for all platforms, but is only relevant for Windows and Android.