caption: Only allow connection to the Bluetooth services in the list
desc: |-
This policy allows admins to configure Bluetooth services that <ph name="PRODUCT_OS_NAME">$2<ex>Google ChromeOS</ex></ph> is allowed to connect to.
When this policy is set, <ph name="PRODUCT_OS_NAME">$2<ex>Google ChromeOS</ex></ph> only allows users to connect to the specified Bluetooth services with an exception when the list is empty which means any service is allowed to use. UUIDs reserved by the Bluetooth SIG can be represented as <ph name="BLUETOOTH_RESERVED_UUID_WITH_0X">'0xABCD'</ph> or <ph name="BLUETOOTH_RESERVED_UUID_WITHOUT_0X">'ABCD'</ph>. Custom UUIDs can be represented as <ph name="BLUETOOTH_CUSTOM_UUID">'AAAAAAAA-BBBB-CCCC-DDDD-EEEEEEEEEEEE'</ph>. UUIDs are case insensitive. Leaving this policy unset lets users connect to any Bluetooth service.
device_only: true
example_value:
- '0x111E'
- '0x110B'
- '0x1203'
- '0x1108'
- '0x110C'
- '0x110E'
- '0x110F'
- '0x1200'
features:
dynamic_refresh: true
owners:
- [email protected]
- [email protected]
- [email protected]
schema:
items:
pattern: ^((0x)?[0-9A-Fa-f]{4})|((0x)?[0-9A-Fa-f]{8})|([0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12})$
type: string
type: array
supported_on:
- chrome_os:91-
tags: []
type: list
generate_device_proto: False