Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 813 Bytes

File metadata and controls

28 lines (18 loc) · 813 Bytes

chrome.bluetooth Plugin

This plugin implements the chrome.bluetooth API for iOS and Android.

See also chrome.bluetoothSocket and chrome.bluetoothLowEnergy.

Status

Stable on Android and iOS.

Release Notes

1.1.5 (Nov 10, 2015)

  • Added missing dependency on android suppport v4

1.1.4 (June 19, 2015)

  • Fixed NPE on Nexus 6 (and maybe others)

1.1.3 (April 30, 2015)

  • Renamed plugin to pubilsh to NPM

1.1.2 (Mar 17, 2015)

  • chrome.bluetooth: Fix crash in multi-page apps from unregisterReceiver()
  • Remove android.support.v4 dependency from chrome.bluetooth

1.1.1 (Jan 27, 2015)

  • Initial release