Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 247 Bytes

File metadata and controls

9 lines (8 loc) · 247 Bytes

Playing with BLE Android SDK

There is a simple sample about BLE comnunication.

##Known Issues

  • Replace hardcoded value "42" by sensor data
  • Add new characteristic
  • Add write operation for characteristic
  • Add BLE notification
  • Refactor code