Hasty Briefsbeta

Wearmouse (Android Wear)

16 days ago
  • #HID Device API
  • #Wear OS
  • #Bluetooth
  • Sample project for the new Bluetooth HID Device API introduced in Android P.
  • Implements air mouse and cursor keys emulation on Wear OS devices.
  • Compatible with Wear OS devices running Android P and above.
  • Connects to laptops or desktops (Windows, Linux, Chrome OS, Mac OSX, Android TV) via Bluetooth without additional software.
  • App shows paired devices list upon launch.
  • Users can pair with nearby devices via the 'Available devices' option.
  • Wear OS device becomes discoverable for pairing.
  • After pairing, users can connect and choose input modes: Mouse, Cursor Keys, or Keyboard.
  • Input modes include welcome screens for guidance (except Keyboard).
  • Code sections include /bluetooth (HID Device emulation), /input (event utilities), /sensors (orientation tracking), and /ui (user interface).