System.Bluetooth.TBluetoothLEDevice.DoRequestMtu
Delphi
function DoRequestMtu(AMtu: Integer): Boolean; virtual;
C++
virtual bool __fastcall DoRequestMtu(int AMtu);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEDevice |
Description
Requests an MTU size used for a given connection. When performing a written request operation (without response), the sent data is truncated to the MTU size. This function can be used to request a larger MTU size to send more data at once.