Skip to content

Wireless Devices Bluetooth Settings Configuration

Dashboard Location: Not configurable in dashboard (API-only configuration)

Wireless Device Bluetooth Beacon Management

Wireless device bluetooth settings configuration in Meraki networks provides administrators with comprehensive Bluetooth Low Energy (BLE) beacon management capabilities for individual access points, enabling device-specific beacon parameters, proximity services, location analytics, and mobile application integration. This functionality supports asset tracking, wayfinding applications, proximity marketing, and location-based services. Device-specific bluetooth settings are essential for creating targeted beacon deployments, implementing location services, supporting mobile applications, and enabling precise indoor positioning in enterprise wireless environments.

Diagram

Diagram

Classes

wireless (meraki.domains.organizations.networks.devices)

NameTypeConstraintMandatoryDefault Value
bluetooth_settingsClass[bluetooth_settings]No

bluetooth_settings (meraki.domains.organizations.networks.devices.wireless)

NameTypeConstraintMandatoryDefault Value
uuidStringRegex: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{3,4}-[0-9a-fA-F]{12}$No
majorIntegermin: 0, max: 31No
minorIntegermin: 0, max: 125No

Examples

Example-1: The example below demonstrates wireless device Bluetooth settings configuration using tested YAML configuration from pipeline fixtures.

meraki:
domains:
- name: "!env domain"
administrator:
name: "!env org_admin"
organizations:
- name: "!env org"
networks:
- name: "!env network_name"
product_types:
- appliance
- switch
- wireless
- camera
- sensor
- cellularGateway
devices:
- name: "!env ap_01"
wireless:
bluetooth_settings:
uuid: "00000000-0000-0000-0000-000000000000"
major: 13
minor: 125

Configuration Parameters

ParameterTypeRequiredDescription
wireless_bluetooth_settingsobjectNoBluetooth beacon settings for specific device
wireless_bluetooth_settings.uuidstringYesUniversally Unique Identifier for beacon (UUID format)
wireless_bluetooth_settings.majorintegerYesMajor identifier value (0-65535)
wireless_bluetooth_settings.minorintegerYesMinor identifier value (0-65535)

Beacon Identifier Hierarchy

LevelParameterRangePurposeExample
OrganizationUUIDUUID formatCompany/organization550e8400-e29b-41d4-a716-446655440000
Location/BuildingMajor0-65535Building or area1 (Building A), 2 (Building B)
Specific LocationMinor0-65535Room or zone100 (Room 1), 200 (Room 2)