call https://developer.android.com/reference/android/bluetooth/BluetoothGatt#requestMtu(int) after the following:
|
this@Peripheral.gatt = gatt |
or add a new rust/js api to do it manually please.
currently bt notifications on android are capped to 20 bytes of data because no MTU is being set.
call https://developer.android.com/reference/android/bluetooth/BluetoothGatt#requestMtu(int) after the following:
tauri-plugin-blec/android/src/main/java/Peripheral.kt
Line 56 in ff0ccb8
or add a new rust/js api to do it manually please.
currently bt notifications on android are capped to 20 bytes of data because no MTU is being set.