An open API service indexing awesome lists of open source software.

https://github.com/rezenayati/corebluetooth-fundamentals

An application that demonstrates the fundamentals of CoreBluetooth by building a simple Bluetooth discovery app that sorts the signals by strength.
https://github.com/rezenayati/corebluetooth-fundamentals

corebluetooth swift swiftui

Last synced: 3 months ago
JSON representation

An application that demonstrates the fundamentals of CoreBluetooth by building a simple Bluetooth discovery app that sorts the signals by strength.

Awesome Lists containing this project

README

          

# Bluetooth LE Scanner

A simple iOS application that scans for nearby Bluetooth Low Energy (BLE) devices and displays their details.

## Features

- Scan for all nearby BLE devices
- Display device name, signal strength, and connection quality
- View detailed information about each discovered device
- See advertised services and manufacturer data
- Real-time signal strength indicators

## Requirements

- iOS 16.0+
- Xcode 14.0+
- Swift 5.7+
- Physical iOS device (Bluetooth functionality is limited in simulators)