cordova-plugin-chrome-apps-bluetooth

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

Usage no npm install needed!

<script type="module">
  import cordovaPluginChromeAppsBluetooth from 'https://cdn.skypack.dev/cordova-plugin-chrome-apps-bluetooth';
</script>

README

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