Blob: bluetoothctl-monitor.rst
Blob id: 1e2bfeecc93180ce3ccb3ba8264ffabdd7a69785
Size: 1.5 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 | ==================== bluetoothctl-monitor ==================== --------------- Monitor Submenu --------------- :Version: BlueZ :Copyright: Free use of this software is granted under the 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 |