Skip to main content

Bluetooth Settings

Location in Dashboard: Wireless >> IoT Radio Settings >> Bluetooth

Diagram

Classes

networks (meraki.domains.organizations)

NameTypeConstraintMandatoryDefault Value
wireless_bluetooth_settingsClass[wireless_bluetooth_settings]No

wireless_bluetooth_settings (meraki.domains.organizations.networks)

NameTypeConstraintMandatoryDefault Value
scanning_enabledBooleantrue, falseNo
advertising_enabledBooleantrue, falseNo
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

Config Sample

meraki:
domains:
- name: EMEA
administrator:
name: Foo Bar
organizations:
- name: Dev
networks:
- name: Dev-main-cx-provider
product_types:
- appliance
- camera
- switch
- wireless
wireless_bluetooth_settings:
scanning_enabled: true
advertising_enabled: true
uuid: "12345678-1234-1234-1234-123456789012"
major_minor_assignment_mode: "Non-unique"
major: 123
minor: 456