Android Question Need to change MTU in BLE GATT BleCharacteristic

vincentehsu

Member
Licensed User
Longtime User
I uesd the library:BleExtEx and all goes fine with the communication,but I found in the Sub ble_CharacteristicChanged (Characteristic As BleCharacteristic) that bytes are truncated because the MTU is too small(default is 20), Is there any example on how to do it ? Any help will be greatly appreciated. Thanks..

attached is my project
 

Attachments

  • blueSenddata2.zip
    138.5 KB · Views: 204
Top