mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 00:04:29 +08:00
client: Add bluetoothctl-monitor.1 man page
This adds bluetoothctl-monitor.rst which is then converted to bluetoothctl-mgmt.1 using rst2man.
This commit is contained in:
parent
f0bfd76280
commit
82d3d803d4
@ -348,7 +348,8 @@ profiles_iap_iapd_LDADD = gdbus/libgdbus-internal.la $(GLIB_LIBS) $(DBUS_LIBS)
|
||||
|
||||
if MANPAGES
|
||||
man_MANS += tools/rctest.1 tools/l2ping.1 tools/btattach.1 tools/isotest.1 \
|
||||
tools/btmgmt.1 client/bluetoothctl-mgmt.1
|
||||
tools/btmgmt.1 client/bluetoothctl-mgmt.1 \
|
||||
client/bluetoothctl-monitor.1
|
||||
endif
|
||||
|
||||
if MESH
|
||||
@ -470,7 +471,8 @@ manual_pages += tools/hciattach.1 tools/hciconfig.1 \
|
||||
tools/rfcomm.1 tools/sdptool.1 tools/ciptool.1 \
|
||||
tools/rctest.1 tools/l2ping.1 tools/btattach.1 \
|
||||
tools/bdaddr.1 tools/isotest.1 tools/btmgmt.1 \
|
||||
client/bluetoothctl-mgmt.1
|
||||
client/bluetoothctl-mgmt.1 \
|
||||
client/bluetoothctl-monitor.1
|
||||
|
||||
if HID2HCI
|
||||
udevdir = $(UDEV_DIR)
|
||||
|
89
client/bluetoothctl-monitor.rst
Normal file
89
client/bluetoothctl-monitor.rst
Normal file
@ -0,0 +1,89 @@
|
||||
====================
|
||||
bluetoothctl-monitor
|
||||
====================
|
||||
|
||||
---------------
|
||||
Monitor Submenu
|
||||
---------------
|
||||
|
||||
:Version: BlueZ
|
||||
:Copyright: Free use of this software is granted under ther terms of the GNU
|
||||
Lesser General Public Licenses (LGPL).
|
||||
:Date: July 2023
|
||||
:Manual section: 1
|
||||
:Manual group: Linux System Administration
|
||||
|
||||
SYNOPSIS
|
||||
========
|
||||
|
||||
**bluetoothctl** [--options] [monitor.commands]
|
||||
|
||||
Monitor Commands
|
||||
================
|
||||
|
||||
set-rssi-threshold
|
||||
------------------
|
||||
|
||||
Set RSSI threshold parameter
|
||||
|
||||
:Usage: **# set-rssi-threshold <low_threshold> <high_threshold>**
|
||||
|
||||
set-rssi-timeout
|
||||
----------------
|
||||
|
||||
Set RSSI timeout parameter
|
||||
|
||||
:Usage: **# set-rssi-timeout <low_timeout> <high_timeout>**
|
||||
|
||||
set-rssi-sampling-period
|
||||
-------------------------
|
||||
|
||||
Set RSSI sampling period parameter
|
||||
|
||||
:Usage: **# set-rssi-timeout <low_timeout> <high_timeout>**
|
||||
|
||||
add-or-pattern
|
||||
--------------
|
||||
|
||||
Register 'or pattern' type monitor with the specified RSSI parameters
|
||||
|
||||
:Usage: **# add-or-pattern [patterns=pattern1 pattern2 ...]**
|
||||
|
||||
get-pattern
|
||||
-----------
|
||||
|
||||
Get advertisement monitor
|
||||
|
||||
:Usage: **# get-pattern <monitor-id/all>**
|
||||
|
||||
remove-pattern
|
||||
--------------
|
||||
|
||||
Remove advertisement monitor
|
||||
|
||||
:Usage: **# remove-pattern <monitor-id/all>**
|
||||
|
||||
get-supported-info
|
||||
------------------
|
||||
|
||||
Get advertisement manager supported features and supported monitor types
|
||||
|
||||
:Usage: **# get-supported-info**
|
||||
|
||||
print-usage
|
||||
-----------
|
||||
|
||||
Print the command usage
|
||||
|
||||
:Usage: **# print-usage <add-or-pattern>**
|
||||
|
||||
RESOURCES
|
||||
=========
|
||||
|
||||
http://www.bluez.org
|
||||
|
||||
REPORTING BUGS
|
||||
==============
|
||||
|
||||
linux-bluetooth@vger.kernel.org
|
||||
|
Loading…
Reference in New Issue
Block a user