smit-happens / lit_bit_app

Flutter application designed to work with a lit-bit activity logger.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Establish connection with LitBit over Bluetooth

PatHock opened this issue · comments

End goal

  • List available Bluetooth devices
  • Initiate Bluetooth connection with LitBit
  • Pass step information from LitBit to companion app

Relevant Info/Links

  • The LitBit may need an identifier so that the app cannot establish a connection with other devices in an attempt to sync step data ("Is this a LitBit?")
  • Research - how do we ensure that the connection is a Low Energy connection?
  • How will info from the LitBit be formatted?

See issue #6 which is related.