You can configure Bluetooth restrictions for your Windows devices using this policy. The device must be enrolled in ºÚÁϺ£½Ç91Èë¿Ú MDM. This policy works on devices running Windows 10/11.
To create a Windows Bluetooth Configuration policy:
- Log in to the .
- Go to DEVICE MANAGEMENT > Policy Management.
- In the All tab, click (+).
- On the New Policy panel, select the Windows tab.
- Select Bluetooth Configuration policy from the list, then click configure.
- (Optional) In the Policy Name field, enter a new name for the policy or keep the default. Policy names must be unique.
- (Optional) In the Policy Notes field, enter details like when you created the policy, where you tested it, and where you deployed it.
- In the Settings field, select the settings you want enabled for this policy.
The following available bluetooth settings are enabled by default:
- Allow Bluetooth Advertising
- Allow Discovery Mode
- Allow Prepairing
- Hands Free Profile
- Audio Headsets (Voice)
- Audio Headsets & Speakers (Voice and Music)
- Classic Keyboards and Mice
- LE Keyboards and Mice
The File Transfer option is disabled by default. Select the checkbox to enable file transfer.
- To add Custom Services:
- Enter the service name. To get a complete list of service UUIDs, see the .
- Enter the valid service UUID. Jump to Creating Valid Service Universally Unique Identifiers (UUID) to learn more.
- Optional) Select the Device Groups tab. Select one or more device groups where you want to apply this policy. For device groups with multiple OS member types, the policy is applied only to the supported OS.
- (Optional) Select the Devices tab. Select one or more devices where you want to apply this policy.
- Click Save. If prompted, click Save again. No further action is needed for this policy to take effect.
After this policy is applied to a Windows device, the Bluetooth & devices section of the System Settings will display that Bluetooth is successfully turned off, even though the toggle is still marked as On.
How to create valid service Universally Unique Identifiers (UUID)
To create a valid service UUID:
- Find the service id from the .
- The UUIDs all use the same base UUID with the profile identifiers added to the beginning of the base UUID.
For example, let's create a UUID for Hands Free Profile.
- Hands Free Profile service id -
0x111E
- Base UUID -
0x00000000-0000-1000-8000-00805F9B34FB
- Hands Free Profile UUID =
0x111E
added to the beginning of base UUID =0000111E-0000-1000-8000-00805F9B34FB
- Always ensure the UUID is enclosed in curly braces
{}
and ends with a semicolon;
- The valid Hands Free Profile UUID to be entered is -
{0000111E-0000-1000-8000-00805F9B34FB};
See Microsoft's support documentation for to learn more.