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
Classes
wireless (meraki.domains.organizations.networks.devices)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
bluetooth_settings | Class | [bluetooth_settings] | No |
bluetooth_settings (meraki.domains.organizations.networks.devices.wireless)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
uuid | String | Regex: ^[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 | |
major | Integer | min: 0 , max: 31 | No | |
minor | Integer | min: 0 , max: 125 | No |
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