System.Bluetooth.TBluetoothLEDevice.DoRequestMtu

From RAD Studio API Documentation
Jump to: navigation, search

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.


See Also