BLE · Schema
BLE Advertising Packet
Schema for a decoded BLE advertising packet (ADV_IND or ADV_NONCONN_IND)
BLEBluetoothEmbeddedIoTProtocolsStandardsWireless
Properties
| Name | Type | Description |
|---|---|---|
| address | string | BLE device MAC address |
| addressType | string | |
| rssi | integer | Received signal strength indicator in dBm |
| localName | string | Complete or shortened local name |
| serviceUUIDs | array | Advertised service UUIDs |
| manufacturerData | object | |
| txPowerLevel | integer | Transmit power level in dBm |
| connectable | boolean | Whether device accepts connections |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/ble/main/json-schema/ble-advertising-packet-schema.json",
"title": "BLE Advertising Packet",
"description": "Schema for a decoded BLE advertising packet (ADV_IND or ADV_NONCONN_IND)",
"type": "object",
"properties": {
"address": {
"type": "string",
"description": "BLE device MAC address",
"pattern": "^([0-9A-Fa-f]{2}:){5}[0-9A-Fa-f]{2}$"
},
"addressType": {
"type": "string",
"enum": ["public", "random_static", "random_private_resolvable", "random_private_non_resolvable"]
},
"rssi": {
"type": "integer",
"description": "Received signal strength indicator in dBm",
"minimum": -127,
"maximum": 0
},
"localName": { "type": "string", "description": "Complete or shortened local name" },
"serviceUUIDs": {
"type": "array",
"items": { "type": "string" },
"description": "Advertised service UUIDs"
},
"manufacturerData": {
"type": "object",
"properties": {
"companyId": { "type": "integer", "description": "Bluetooth SIG-assigned company identifier" },
"data": { "type": "string", "description": "Hex-encoded manufacturer specific data" }
}
},
"txPowerLevel": { "type": "integer", "description": "Transmit power level in dBm" },
"connectable": { "type": "boolean", "description": "Whether device accepts connections" }
},
"required": ["address", "rssi"]
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ble-advertising-packet"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.