AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Ble Gatt Integration

skill-easyzoom-aix-skills-ble-gatt-integration · by easyzoom

Use when integrating, designing, or debugging BLE GATT services, characteristics, descriptors, MTU, notifications, indications, pairing, connection parameters, or throughput

No reviews yet
0 installs
31 views
0.0% view→install

Install

$ agentstack add skill-easyzoom-aix-skills-ble-gatt-integration

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-easyzoom-aix-skills-ble-gatt-integration)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Ble Gatt Integration? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

BLE GATT Integration

Overview

Use this skill to debug BLE GATT by separating advertising, connection, discovery, attributes, permissions, MTU, security, and data flow. GATT failures are often permission or state-machine mismatches, not radio failures.

When To Use

Use this skill when:

  • The user is creating or debugging BLE services, characteristics, descriptors,

notifications, indications, reads, writes, or subscriptions.

  • The issue involves missing services, write failures, CCCD problems, MTU, data

truncation, pairing, bonding, connection parameters, or low throughput.

  • The stack is Zephyr, ESP-IDF, nRF Connect SDK, NimBLE, BlueZ, Android, iOS, or

a vendor BLE SDK.

Do not use this skill when the device cannot advertise or connect at all. Start with platform-specific radio and controller bring-up first.

First Questions

Ask for:

  • BLE stack, device role, central/client app, peripheral firmware, and logs.
  • Advertising data, connection status, service UUIDs, characteristic UUIDs, and

properties.

  • Attribute permissions, security level, pairing/bonding state, and CCCD state.
  • MTU, connection interval, PHY, data length extension, and payload size.
  • Sniffer trace or client error if available.

Debug Workflow

  1. Prove discovery.

Confirm advertising, connection, primary service discovery, and attribute handles using a known BLE client.

  1. Check attribute contract.

Verify UUIDs, properties, permissions, descriptors, lengths, and endian/unit conventions.

  1. Separate reads, writes, and subscriptions.

Test read, write-with-response, write-without-response, notify, and indicate one at a time.

  1. Validate security.

Match permissions to pairing, bonding, encryption, MITM, and key storage.

  1. Tune transport parameters.

For throughput, check MTU, connection interval, PHY, data length, buffering, and application pacing.

  1. Test client diversity.

Compare behavior on at least one generic tool and the real Android/iOS/client app.

Common Failures

  • Characteristic lacks the property needed by the client operation.
  • CCCD is not enabled before notifications are sent.
  • Attribute requires encryption but the client is not paired or bonded.
  • Payload exceeds negotiated MTU minus ATT overhead.
  • Indications are sent before the previous confirmation arrives.
  • Android/iOS cached an old GATT table after firmware changed.

Verification

Before claiming BLE GATT works:

  • State stack, role, service/characteristic UUIDs, permissions, and MTU.
  • Confirm discovery and each required operation with logs or a client trace.
  • Confirm security and bonding behavior if protected attributes are used.
  • Confirm throughput parameters if performance is part of the requirement.

Example

User:

BLE notify 开了但手机收不到数据。

Agent:

  1. Checks characteristic properties, CCCD subscription, and connection state.
  2. Verifies MTU and payload length.
  3. Uses a generic BLE client before debugging the mobile app.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.