# @wing-uni/bluetooth

## Install

```shell
$ npm install @wing-uni/bluetooth
```

## State

Reactivity state

- discovering

- available

- discoveredDevices

- bleConnectionState

- bleCharacteristicValue

## Method

- startScan

- stopScan

- BLEConnect

- BLENotify

- BLEWrite

- useWingUniBluetooth

## Example

see [example](./dist/example.vue)
