ble mtu

  1. M

    Android Question Sending large data(BLE)

    Hi, i'm trying to send a string which has more then 20 chars. For this i use RequestMtu Sub Manager_Connected (services As List) manager.RequestMtu(80) End Sub But nothing happens. This event doesn't output anything either: Sub Manager_MtuChanged (Success As Boolean) Log("MTU: " &...
  2. igodese

    Android Question Need to change MTU in BLE application [solved]

    Hi All, I'm writing an application for Android and all goes fine with the communication in both directions. Now I need to "enlarge" the size of packets. I want to send to the device the indication to use MTU = 247 (244 bytes of data). Is there any example on how to do it ? Any help will be...
Top