<!-- Canonical SKILL.md lives at packages/skill/SKILL.md. This is a copy for npm distribution. -->
WebBLE SDK Integration
What this does
WebBLE is a Web Bluetooth SDK for web apps. It works on Chrome natively and on iOS Safari via a companion app + Safari extension. The SDK provides scan, connect, read/write/subscribe operations for BLE devices.
Package Routing Table
| You want to... | Install | Scope |
|---|
| Scan, connect, read/write BLE devices | npm install @ios-web-bluetooth/core | @ios-web-bluetooth |
| Use typed device profiles (heart rate, battery, device info) | npm install @ios-web-bluetooth/profiles | @ios-web-bluetooth |
| React hooks and components for BLE | npm install @ios-web-bluetooth/react | @ios-web-bluetooth |
|