Skip to content

Wireless Network Bluetooth Settings Configuration

Dashboard Location: Wireless > IoT Radio Settings > Bluetooth

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

Diagram

Classes

wireless (meraki.domains.organizations.networks)

NameTypeConstraintMandatoryDefault Value
bluetooth_settingsClass[bluetooth_settings]No

bluetooth_settings (meraki.domains.organizations.networks.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
major_minor_assignment_modeChoiceNon-unique, UniqueNo
majorIntegermin: 0, max: 31No
minorIntegermin: 0, max: 63No
scanningBooleantrue, falseNo
advertisingBooleantrue, falseNo

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"