module documentation
BLE Beacon - Simple beacon broadcaster
| Function | run |
Run the app and update the display. |
| Function | start |
Start the Beacon app and begin broadcasting. |
| Function | stop |
Stop the app and stop broadcasting. |
| Variable | _beacon |
Undocumented |
| Variable | _bluetooth |
Undocumented |
| Variable | _broadcasting |
Undocumented |
| Variable | _last |
Undocumented |
Run the app and update the display.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |
Start the Beacon app and begin broadcasting.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |
| Returns | |
bool | True if broadcasting started, False on failure. |
Stop the app and stop broadcasting.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |