Network Bluetooth Settings
Location in Dashboard: Wireless
>> IoT Radio Settings
>> Bluetooth
Diagram
Classes
wireless (meraki.domains.organizations.networks)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
bluetooth_settings | Class | [bluetooth_settings] | No |
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 |
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: true
advertising: true
uuid: "12345678-1234-1234-1234-123456789012"
major_minor_assignment_mode: "Unique"