Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.16 KB

gattsession_maxpdusizechanged.md

File metadata and controls

29 lines (19 loc) · 1.16 KB
-api-id -api-type
E:Windows.Devices.Bluetooth.GenericAttributeProfile.GattSession.MaxPduSizeChanged
winrt event

Windows.Devices.Bluetooth.GenericAttributeProfile.GattSession.MaxPduSizeChanged

-description

An event that is raised when the maximum protocol data unit (PDU) size changes. The PDU is also known as the maximum transmission unit (MTU).

MaxPduSizeChanged is raised whenever the negotiated MTU for the Attribute Protocol (ATT) is changed. And that can be changed or negotiated by a remote Bluetooth peripheral. As a developer, you can't change the value used by Windows itself, since that's fully managed by the operating system.

Also see the GattSession.MaxPduSize property which, as mentioned, is read-only.

-remarks

Important

See the Remarks in the GattSession.MaxPduSize property topic.

-see-also

-examples

-capabilities

bluetooth