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.
- Host: GitHub
- URL: https://github.com/rezenayati/corebluetooth-fundamentals
- Owner: RezEnayati
- Created: 2025-03-27T16:29:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-27T17:03:41.000Z (over 1 year ago)
- Last Synced: 2025-03-27T18:22:13.560Z (over 1 year ago)
- Topics: corebluetooth, swift, swiftui
- Language: Swift
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)