Bluetooth Settings
Location in Dashboard: Wireless
>> IoT Radio Settings
>> Bluetooth
Diagram
Classes
networks (meraki.domains.organizations)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
wireless_bluetooth_settings | Class | [wireless_bluetooth_settings] | No |
wireless_bluetooth_settings (meraki.domains.organizations.networks)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
scanning_enabled | Boolean | true , false | No | |
advertising_enabled | Boolean | true , false | No | |
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 |
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