android-ble-hardware
Installation
SKILL.md
Lineage: Built upon and expanded from the official Android group skills repository at github.com/android/skills. That repo covers areas where evaluations show LLMs underperform on standard Android patterns. This skill extends that foundation into BLE hardware integration — an area the official set does not cover.
Overview
Use the Nordic Semiconductor Android BLE library (no.nordicsemi.android:ble +
no.nordicsemi.android:ble-ktx) as the BLE abstraction layer. Prefer this over raw
BluetoothGatt callbacks — it handles connection retries, queued operations, and MTU negotiation.
Dependencies
// libs.versions.toml
[versions]
nordic-ble = "2.7.0"