Skip to content

CS108 Android Java Bluetooth SDK (January 2022)

Compare
Choose a tag to compare
@ksclam ksclam released this 17 Jan 19:03
· 44 commits to master since this release
2a27c07
  • Change to display “Initializing reader. Please wait” every time (not only first time) when sending data in Main page
  • Disable the Start button in inventory when “Updating data” is display, with button name changed to “Please wait”. Enable start button when inventory is ready
  • Improve writeBleFailure disconnect condition
  • Try improve Bluetooth write error handling before Bluetooth disconnection. Need 5 consecutive errors instead of accumulated errors within certain time period.
  • Try improve Bluetooth connection and disconnection failure
  • Try improve possibility of false disconnection case
  • Remove the setting of LE_2M_PHY for android 8 or above.