## ble
* [ble](#module_ble)
* [~BLE](#module_ble..BLE)
* [new BLE()](#new_module_ble..BLE_new)
* [.on(eventName, callback)](#module_ble..BLE+on)
* [~os](#module_ble..os)
### ble~BLE
Class representing the bluetooth interface
**Kind**: inner class of [ble
](#module_ble)
* [~BLE](#module_ble..BLE)
* [new BLE()](#new_module_ble..BLE_new)
* [.on(eventName, callback)](#module_ble..BLE+on)
#### new BLE()
Establishes Bluetooth Low Energy services, accessible to process through this class
#### blE.on(eventName, callback)
Binds functions to events that are triggered by BLE messages
**Kind**: instance method of [BLE
](#module_ble..BLE)
| Param | Type | Description |
| --- | --- | --- |
| eventName | string
| Name of the event to to bind |
| callback | function
| Invoked when the event is triggered |
### ble~os
Bluetooth Low Energy module
**Kind**: inner constant of [ble
](#module_ble)