From face899cd83cbee9df42e72c8d6debea2c02bfaa Mon Sep 17 00:00:00 2001 From: Paul Otto Date: Fri, 3 Nov 2023 21:38:46 -0400 Subject: [PATCH] client: Add bluetoothctl-endpoint.1 man page This adds bluetoothctl-endpoint.rst which is then converted to bluetoothctl-endpoint.1 using rst2man. --- Makefile.tools | 5 ++- client/bluetoothctl-endpoint.rst | 74 ++++++++++++++++++++++++++++++++ 2 files changed, 77 insertions(+), 2 deletions(-) create mode 100644 client/bluetoothctl-endpoint.rst diff --git a/Makefile.tools b/Makefile.tools index cf0d482a5..8eb62ba6d 100644 --- a/Makefile.tools +++ b/Makefile.tools @@ -350,7 +350,7 @@ if MANPAGES man_MANS += tools/rctest.1 tools/l2ping.1 tools/btattach.1 tools/isotest.1 \ tools/btmgmt.1 client/bluetoothctl-mgmt.1 \ client/bluetoothctl-monitor.1 client/bluetoothctl-admin.1 \ - client/bluetoothctl-advertise.1 + client/bluetoothctl-advertise.1 client/bluetoothctl-endpoint.1 endif if MESH @@ -475,7 +475,8 @@ manual_pages += tools/hciattach.1 tools/hciconfig.1 \ client/bluetoothctl-mgmt.1 \ client/bluetoothctl-monitor.1 \ client/bluetoothctl-admin.1 \ - client/bluetoothctl-advertise.1 + client/bluetoothctl-advertise.1 \ + client/bluetoothctl-endpoint.1 if HID2HCI udevdir = $(UDEV_DIR) diff --git a/client/bluetoothctl-endpoint.rst b/client/bluetoothctl-endpoint.rst new file mode 100644 index 000000000..91409943a --- /dev/null +++ b/client/bluetoothctl-endpoint.rst @@ -0,0 +1,74 @@ +===================== +bluetoothctl-endpoint +===================== + +---------------- +Endpoint Submenu +---------------- + +:Version: BlueZ +:Copyright: Free use of this software is granted under ther terms of the GNU + Lesser General Public Licenses (LGPL). +:Date: November 2022 +:Manual section: 1 +:Manual group: Linux System Administration + +SYNOPSIS +======== + +**bluetoothctl** [--options] [endpoint.commands] + +Endpoint Commands +================= + +list +---- + +List available endpoints. + +:Usage: **# list [local]** + +show +---- + +Endpoint information. + +:Usage: **# show ** + +register +-------- + +Register Endpoint. + +:Usage: **# register [capabilities...]** + +unregister +---------- + +Unregister Endpoint. + +:Usage: **# unregister ** + +config +------ + +Configure Endpoint. + +:Usage: **# config [preset]** + +presets +------- + +List available presets. + +:Usage: **# presets [default]** + +RESOURCES +========= + +http://www.bluez.org + +REPORTING BUGS +============== + +linux-bluetooth@vger.kernel.org -- 2.47.3