BluetoothLE
Getting Started
Section titled “Getting Started” Operating Systems
Android
iOS
Windows
Shiny BluetoothLE provides a unified cross-platform API for Bluetooth Low Energy operations. It wraps the native BLE APIs on each platform, giving you a consistent reactive and async experience.
Features
Section titled “Features”- Unified API across iOS, Android, & Windows
- Reactive (IObservable) and async/await patterns
- Managed scanner with observable collection
- Automatic GATT Error 133 handling on Android
- Background scanning and peripheral state monitoring
- Connection lifecycle management
- MTU negotiation, pairing, and reliable write transactions
AI Coding Assistant
Section titled “AI Coding Assistant”claude plugin add github:shinyorg/skills/shiny-bluetoothle - Open the shiny-bluetoothle skill file and copy its contents
- In your repository, create
.github/copilot-instructions.mdif it doesn't exist - Paste the skill content into that file and save
Copilot will automatically pick up the instructions on your next chat or code completion. You can also use path-specific instructions by placing the file in .github/instructions/ with an applyTo frontmatter pattern.