BLE Scanner
The project demonstrates working with the SimpleBLE library - a cross-platform library for Bluetooth Low Energy (BLE), developed for simplicity and ease of use of the BlueZ 5 DBus API. This project implements and demonstrates the capabilities of the library for scanning space. Output in the format of a list of found devices, displaying their addresses and names. Methods for connecting to devices and outputting services and characteristics included in the services are implemented.
Build status:
Table of Contents
- Table of Contents
- Compatibility
- Features of use and build
- Branch info
- Install and Run
- Screenshots
- Project Structure
- Terms of Use and Participation in Development
Compatibility
The project is compatible with all the current versions of the Aurora OS.
Features of use and build
This example being built using the Aurora SDK: Documentation
Branch info
Install and Run
The project being built in the usual way using the Aurora SDK: Documentation.
Screenshots
Project Structure
The project has a standard structure of an application based on C++ and QML for Aurora OS.
- ru.auroraos.BleScanner.pro file describes the subdirectories project that contains two subprojects where the first is responsible for building the SimpleBLE library, and the second describes the structure of the application for the qmake build system.
- icons directory contains the application icons for different screen resolutions.
-
qml directory contains the QML source code and the UI resources.
- cover directory contains the application cover implementations.
- icons directory contains the additional custom UI icons.
- pages directory contains the application pages.
- BleScanner.qml file provides the application window implementation.
- rpm directory contains the rpm-package build settings. ru.auroraos.BleScanner.spec file is used by rpmbuild tool.
-
src directory contains the C++ source code.
- main.cpp file is the application entry point.
- translations directory contains the UI translation files.
- ru.auroraos.BleScanner.desktop file defines the display and parameters for launching the application.
Terms of Use and Participation in Development
The source code of the project is provided under the license, which allows its use in third-party applications.
Contributor License Agreement The contributor agreement documents the rights granted by contributors of the Open Mobile Platform.
Information about the contributors is specified in the AUTHORS file.
Code of conduct is a current set of rules of the Open Mobile Platform which informs you how we expect the members of the community will interact while contributing and communicating.