kylecorry31/andromeda

Generic nearby device API

kylecorry31 opened this issue · 0 comments

  • NearbyDeviceScanner
    • start()
    • stop()
    • devices
    • isScanning
  • NearbyDevice
    • start()
    • stop()
    • messages (look into a more generic way to handle this - it should be able to support streaming)
    • isConnected
    • isConnecting
    • quality (connection quality)
    • send(data)