Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 446 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 446 Bytes

AndroidBluetoothLE

Demostration project of Bluetooth Low Energy API on Android using Xamarin.

Demonstration programm lets you:

  1. Scan for peripheral BLE devices
  2. Establish connection with BLE devices
  3. Pair with connected devices
  4. Discover peripheral services and characteristics
  5. User Read/Write/Notify characteristics of peripheral devices.
  6. Enable peripheral(server) mode and handle write requests from clients