BLE · JSON Structure

Ble Advertising Packet Structure

JSON structure for a decoded BLE advertising packet

Type: Properties: 0
BLEBluetoothEmbeddedIoTProtocolsStandardsWireless

BLE Advertising Packet Structure is a JSON Structure definition published by BLE.

Meta-schema:

JSON Structure

ble-advertising-packet-structure.json Raw ↑
{
  "name": "BLE Advertising Packet Structure",
  "description": "JSON structure for a decoded BLE advertising packet",
  "fields": [
    { "name": "address", "type": "string", "required": true, "description": "MAC address in XX:XX:XX:XX:XX:XX format" },
    { "name": "addressType", "type": "enum[public,random_static,random_private_resolvable,random_private_non_resolvable]", "required": false },
    { "name": "rssi", "type": "integer", "required": true, "description": "Signal strength in dBm" },
    { "name": "localName", "type": "string", "required": false },
    { "name": "serviceUUIDs", "type": "array<string>", "required": false },
    { "name": "manufacturerData", "type": "object<ManufacturerData>", "required": false },
    { "name": "txPowerLevel", "type": "integer", "required": false },
    { "name": "connectable", "type": "boolean", "required": false }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/ble-advertising-packet-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.