Wireless Network Bluetooth Settings Configuration
Dashboard Location: Wireless > IoT Radio Settings > Bluetooth
Network-wide Bluetooth Configuration Management
Section titled “Network-wide Bluetooth Configuration Management”Wireless network bluetooth settings configuration in Meraki networks provides administrators with comprehensive network-wide Bluetooth Low Energy (BLE) management capabilities, enabling centralized beacon control, scanning functionality, UUID assignment, and major/minor identifier management across all access points. This functionality supports unified beacon deployment, location services coordination, asset tracking infrastructure, and centralized bluetooth policy enforcement. Network-wide bluetooth settings are essential for creating consistent beacon networks, implementing location analytics, supporting IoT device integration, and maintaining centralized bluetooth service management in enterprise wireless environments.
Diagram
Section titled “Diagram”Classes
Section titled “Classes”wireless (meraki.domains.organizations.networks)
Section titled “wireless (meraki.domains.organizations.networks)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
bluetooth_settings | Class | [bluetooth_settings] | No |
bluetooth_settings (meraki.domains.organizations.networks.wireless)
Section titled “bluetooth_settings (meraki.domains.organizations.networks.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_minor_assignment_mode | Choice | Non-unique , Unique | No | |
major | Integer | min: 0 , max: 31 | No | |
minor | Integer | min: 0 , max: 63 | No | |
scanning | Boolean | true , false | No | |
advertising | Boolean | true , false | No |
Examples
Section titled “Examples”Example-1: The example below demonstrates wireless network 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 wireless: bluetooth_settings: scanning: true advertising: true uuid: "12345678-1234-1234-1234-123456789012" major_minor_assignment_mode: "Unique"