.\" Man page generated from reStructuredText .\" by the Docutils 0.22.3 manpage writer. . . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .TH "bluetoothctl-admin" "1" "November 2022" "BlueZ" "Linux System Administration" .SH Name bluetoothctl-admin \- Admin Policy Submenu .SH SYNOPSIS .sp \fBbluetoothctl\fP [\-\-options] [admin.commands] .sp This submenu configures administrative policies using the \fBorg.bluez.AdminPolicySet(5)\fP and \fBorg.bluez.AdminPolicyStatus(5)\fP interfaces. .SH Admin Policy Commands .SS allow .sp Allow service UUIDs and block rest of them. .INDENT 0.0 .TP .B Usage \fB> allow [clear/uuid1 uuid2 ...]\fP .TP .B Uses \fBorg.bluez.AdminPolicySet(5)\fP property \fBServiceAllowList\fP .TP .B [clear/uuid1 uuid2 ...] List of service UUIDs to allow, or \(dqclear\(dq to remove all restrictions .TP .B Example Get current allowed UUIDs list .nf \fB> allow\fP .fi .sp .TP .B Example Allow Serial Port Profile only .nf \fB> allow 0x1101\fP .fi .sp .TP .B Example Allow Serial Port Profile and LAN Access Profile .nf \fB> allow 0x1101 0x1102\fP .fi .sp .TP .B Example Allow Serial Port Profile, LAN Access Profile, and Dialup Networking Profile .nf \fB> allow 0x1101 0x1102 0x1103\fP .fi .sp .TP .B Example Allow Advanced Audio Distribution Profile only .nf \fB> allow 0x110e\fP .fi .sp .TP .B Example Allow A2DP Source and Sink profiles .nf \fB> allow 0x110e 0x110f\fP .fi .sp .TP .B Example Allow Serial Port Profile using full UUID .nf \fB> allow 00001101\-0000\-1000\-8000\-00805f9b34fb\fP .fi .sp .TP .B Example Allow SPP and LAP using full UUIDs .nf \fB> allow 00001101\-0000\-1000\-8000\-00805f9b34fb 00001102\-0000\-1000\-8000\-00805f9b34fb\fP .fi .sp .TP .B Example Remove all UUID restrictions .nf \fB> allow clear\fP .fi .sp .TP .B Example Allow SPP, LAP, and DUN using mixed UUID formats .nf \fB> allow 0x1101 00001102\-0000\-1000\-8000\-00805f9b34fb 0x1103\fP .fi .sp .UNINDENT .SH RESOURCES .sp \% .SH REPORTING BUGS .sp \% .SH Copyright Free use of this software is granted under the terms of the GNU Lesser General Public Licenses (LGPL). .\" End of generated man page.