bluetoothctl-adminπ
Admin Policy Submenuπ
- Version:
BlueZ
- Copyright:
Free use of this software is granted under the terms of the GNU Lesser General Public Licenses (LGPL).
- Date:
November 2022
- Manual section:
1
- Manual group:
Linux System Administration
SYNOPSISπ
bluetoothctl [βoptions] [admin.commands]
This submenu configures administrative policies using the org.bluez.AdminPolicySet(5) and org.bluez.AdminPolicyStatus(5) interfaces.
Admin Policy Commandsπ
allowπ
Allow service UUIDs and block rest of them.
- Usage:
> allow [clear/uuid1 uuid2 β¦]
- Uses:
org.bluez.AdminPolicySet(5) property ServiceAllowList
- [clear/uuid1 uuid2 β¦]:
List of service UUIDs to allow, or βclearβ to remove all restrictions
- Example Get current allowed UUIDs list:
- > allow
- Example Allow Serial Port Profile only:
- > allow 0x1101
- Example Allow Serial Port Profile and LAN Access Profile:
- > allow 0x1101 0x1102
- Example Allow Serial Port Profile, LAN Access Profile, and Dialup Networking Profile:
- > allow 0x1101 0x1102 0x1103
- Example Allow Advanced Audio Distribution Profile only:
- > allow 0x110e
- Example Allow A2DP Source and Sink profiles:
- > allow 0x110e 0x110f
- Example Allow Serial Port Profile using full UUID:
- > allow 00001101-0000-1000-8000-00805f9b34fb
- Example Allow SPP and LAP using full UUIDs:
- > allow 00001101-0000-1000-8000-00805f9b34fb 00001102-0000-1000-8000-00805f9b34fb
- Example Remove all UUID restrictions:
- > allow clear
- Example Allow SPP, LAP, and DUN using mixed UUID formats:
- > allow 0x1101 00001102-0000-1000-8000-00805f9b34fb 0x1103