1.Select a device from the list using scan() method.
2.Connect to device using the device id received from scanning.
3.On success callback from ble.connect, when device is connected, request MTU size using ble.requestMtu()
4.write data to ble device using ble.write()
device: KOZ-AL00, Android 10
My another works fine.
It's a bug with device or plugin?