BLE Devices Demo

Summary

  • Summary: Android BLE Devices Demo
  • Created Date: 23 July 2023
  • Last modified: 23 July 2023

Feature

  • Search Bluetooth
  • List all near bluetooth devices
  • Connect
  • See Characteristics (Information)

Technology Used

  • Kotlin
  • Java
  • Bluetooth
  • RecyclerView
  • Card View
  • Constraint Layout
  • Runtime Permissions

Backend Details

  • Webservice : offline

  • Library Imports



    implementation 'androidx.appcompat:appcompat:1.0.2'
    implementation 'com.google.android.material:material:1.0.0'

    implementation 'androidx.core:core-ktx:1.0.2'
    implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
    //implementation 'com.clj.fastble:FastBleLib:2.3.4'

    implementation project(':FastBleLib')

Project Structure

Screenshots