BLE COMM is a utility app designed to help users discover and interact with nearby Bluetooth Low Energy (BLE) devices. The app provides developers, engineers, and hobbyists with tools to scan, connect, inspect, and communicate with BLE peripherals in a transparent and secure manner.
Core Features:
? Scan for BLE Devices:
The app can scan for nearby Bluetooth Low Energy (BLE) devices and display them in a list with signal strength (RSSI) and device name/address.
? Connect to BLE Devices:
Users can establish a secure connection with a selected BLE peripheral.
? View Device Services and Characteristics:
Once connected, users can explore the device's GATT (Generic Attribute Profile) including service UUIDs and characteristic UUIDs.
? Communicate with BLE Device:
The app allows sending and receiving data from characteristics that support read/write/notify operations.
Permissions and Usage:
Bluetooth Access:
Required to scan and connect with BLE devices.
Location Access (Android):
Necessary due to Android system requirements for BLE scanning. The app does not collect or store location data.
No Background Access:
The app only uses Bluetooth when it is open and active in the foreground. It does not scan or connect to devices in the background.