Skip to content

Wireless Devices Bluetooth Settings Configuration

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

Wireless Device Bluetooth Beacon Management

Section titled “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

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

Section titled “wireless (meraki.domains.organizations.networks.devices)”
NameTypeConstraintMandatoryDefault Value
bluetooth_settingsClass[bluetooth_settings]No

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

Section titled “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

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