SimpleBLE

Examples

Code examples for SimpleDroidBLE.

To learn how to use SimpleDroidBLE, please refer to the examples provided in the repository.

The example app includes:

  • List Adapters: Display available Android Bluetooth adapters.
  • Scan: Collect scan events and display nearby peripherals.
  • Connect: Select a peripheral, connect, and list its services and characteristics.
  • Read: Read characteristic values from a connected peripheral.
  • Notify: Subscribe to characteristic notifications and unsubscribe after a delay.

For setup details, see Usage, Installation, and Quickstart.