logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

org.bluez.AdminPolicySet - BlueZ D-Bus AdminPolicySet API documentation

Description

This API provides methods to control the behavior of bluetoothd(8) as an administrator. Interface AdminPolicySet1 provides methods to set policies. Once the policy is set successfully, it will affect all clients and stay persistently even after restarting bluetoothd(8). The only way to clear it is to overwrite the policy with the same method.

Interface

Service org.bluez Interface org.bluez.AdminPolicySet1 [experimental] Objectpath [variable prefix]/{hci0,hci1,...} MethodsvoidSetServiceAllowList(array{string}UUIDs) Sets the service allowlist by specifying service UUIDs. When called, bluetoothd(8) will block incoming and outgoing connections to the service not in UUIDs for all of the clients. Any subsequent calls to this method will supersede any previously set allowlist values. Calling this method with an empty array will allow any service UUIDs to be used. The default value is an empty array. Possible errors: org.bluez.Error.InvalidArgumentsorg.bluez.Error.Failed BlueZ October 2023 ORG.BLUEZ.ADMINPOLICYSET(5)

Name

org.bluez.AdminPolicySet - BlueZ D-Bus AdminPolicySet API documentation

See Also