@capacitor-community/bluetooth-le
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -18,2 +18,4 @@ import type { DisplayStrings } from './config'; | ||
* Only available on **Android**. | ||
* *deprecated* See https://developer.android.com/reference/android/bluetooth/BluetoothAdapter#enable() | ||
* @deprecated See https://developer.android.com/reference/android/bluetooth/BluetoothAdapter#enable() | ||
*/ | ||
@@ -24,2 +26,4 @@ enable(): Promise<void>; | ||
* Only available on **Android**. | ||
* *deprecated* See https://developer.android.com/reference/android/bluetooth/BluetoothAdapter#disable() | ||
* @deprecated See https://developer.android.com/reference/android/bluetooth/BluetoothAdapter#disable() | ||
*/ | ||
@@ -74,3 +78,3 @@ disable(): Promise<void>; | ||
* Scanning will continue until `stopLEScan` is called. For an example, see [usage](#usage). | ||
* **NOTE**: Use with care on **web** platform, the required API is still behind a flag in most browsers. | ||
* **Note**: Use with care on **web** platform, the required API is still behind a flag in most browsers. | ||
* @param options | ||
@@ -77,0 +81,0 @@ * @param callback |
{ | ||
"name": "@capacitor-community/bluetooth-le", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Capacitor plugin for Bluetooth Low Energy ", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
621312
5194
1082