npm.io
5.36.0 • Published 4 years ago

@ionic-native/ble

Licence
MIT
Version
5.36.0
Deps
1
Size
108 kB
Vulns
0
Weekly
0
Stars
2.5K
Improve this doc

BLE

$ ionic cordova plugin add cordova-plugin-ble-central
$ npm install @ionic-native/ble

Usage Documentation

Plugin Repo: https://github.com/don/cordova-plugin-ble-central

This plugin enables communication between a phone and Bluetooth Low Energy (BLE) peripherals.

The plugin provides a simple JavaScript API for iOS and Android.

  • Scan for peripherals
  • Connect to a peripheral
  • Read the value of a characteristic
  • Write new value to a characteristic
  • Get notified when characteristic's value changes

Advertising information is returned when scanning for peripherals. Service, characteristic, and property info is returned when connecting to a peripheral. All access is via service and characteristic UUIDs. The plugin manages handles internally.

Simultaneous connections to multiple peripherals are supported.

Supported platforms

  • Android
    • iOS