jcwhit 0 Posted Friday at 04:37 PM In the 12.3 release announcement, there is a comment about a new BLE event, OnMTUChanged. I am looking for this, but cannot find it in any of the documentation or in the System.Bluetooth files. Also tried to use the IDE to find this, but code completion did not show anything. Are there any samples of this or info on where this can be found? My main interest will be Android, but it says the new event is for all platforms. Share this post Link to post
Uwe Raabe 2132 Posted Friday at 04:45 PM Can you point to the comment you are referring to? Share this post Link to post
jcwhit 0 Posted 14 hours ago this is from the DocWiki, what is new in 12.3 BLE and Bluetooth The 12.3 release focuses on improving the quality of our Bluetooth support across all supported platforms. A new OnMTUChanged event has been implemented for all platforms. The event is called asynchronously: The event is a reaction to an attempt to set the desired MTU (Maximum Transmission Unit): TBluetoothLEDevice.DoRequestMTU(MTU) The OS can call the event (for example, on Windows). I also could not find the method TBluetoothLEDevice.DoRequestMTU(MTU). There is an entry in the DocWiki for it (from 2023), but it does not show up as a Method under TBluetoothLEDevice. I am wondering if what this meant is that it was made available through the Android.JNI units. Share this post Link to post