## Blootstrap
Class representing the bluetooth interface
**Kind**: global class
### blootstrap.on(eventName, callback)
Binds functions to events that are triggered by BLE messages
**Kind**: instance method of [Blootstrap
](#Blootstrap)
| Param | Type | Description |
| --- | --- | --- |
| eventName | string
| Name of the event to to bind |
| callback | function
| Invoked when the event is triggered |