What problem does it solve?
This skill helps developers implement Apple Core Bluetooth workflows for BLE and Bluetooth Classic across the Apple platform stack, reducing setup time and avoiding common missteps.
Core Features & Use Cases
- Central and Peripheral role guidance: discover, connect, and interact with peripherals via GATT services and characteristics.
- Background and state restoration: handle long-running BLE tasks and app relaunch scenarios.
- Practical use cases: building proximity-based peripherals, heart-rate type monitors, and data streaming via notifications.
Quick Start
Use CBCentralManager and CBCentralManagerDelegate to scan for peripherals, connect, and discover services; switch to CBPeripheralDelegate to read/write/subscribe to characteristics; optionally implement CBPeripheralManager for peripheral roles and advertising.