Skip to content

DDANGEUN/AndroidBluetoothLE_MVVM_Service

Repository files navigation

AndroidBluetoothLE_MVVM_Service

bluetooth low energy example (mvvm) + (Foreground)Service

 

Info

  • This code is Bluetooth LE MVVM code using Service.
    If you want to see the Ble implemented in Repository without using the service,
    See AndroidBluetoothLE_MVVM
     
  • If you want to see your ble device like this code preview, modify UUID in Constants.kt
//사용자 BLE UUID Service/Rx/Tx
const val SERVICE_STRING = "6E400001-B5A3-F393-E0A9-E50E24DCCA9E"
const val CHARACTERISTIC_COMMAND_STRING = "6E400002-B5A3-F393-E0A9-E50E24DCCA9E"
const val CHARACTERISTIC_RESPONSE_STRING = "6E400003-B5A3-F393-E0A9-E50E24DCCA9E"

 

Profile

 

Preview

 

Blog

About

Android BLE + MVVM + Service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages