[Pkg-bluetooth-commits] r1473 - in /packages/bluez/trunk/debian: bluez.manpages changelog manpages/gatttool.1
iwamatsu at users.alioth.debian.org
iwamatsu at users.alioth.debian.org
Tue Aug 18 13:12:38 UTC 2015
Author: iwamatsu
Date: Tue Aug 18 13:12:37 2015
New Revision: 1473
URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=1473
Log:
Add manpage of gatttool. (Closes: #786489)
Added:
packages/bluez/trunk/debian/manpages/gatttool.1
Modified:
packages/bluez/trunk/debian/bluez.manpages
packages/bluez/trunk/debian/changelog
Modified: packages/bluez/trunk/debian/bluez.manpages
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/bluez.manpages?rev=1473&op=diff
==============================================================================
--- packages/bluez/trunk/debian/bluez.manpages (original)
+++ packages/bluez/trunk/debian/bluez.manpages Tue Aug 18 13:12:37 2015
@@ -1,3 +1,4 @@
debian/manpages/l2test.1
debian/manpages/btmon.1
debian/manpages/bluetoothctl.1
+debian/manpages/gatttool.1
Modified: packages/bluez/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/changelog?rev=1473&op=diff
==============================================================================
--- packages/bluez/trunk/debian/changelog (original)
+++ packages/bluez/trunk/debian/changelog Tue Aug 18 13:12:37 2015
@@ -6,6 +6,7 @@
* Update libbluetooth3.symbols.
* Update control.
- Bumped Standards-Version to 3.9.6.
+ * Add manpage of gatttool. (Closes: #786489)
-- Nobuhiro Iwamatsu <iwamatsu at debian.org> Tue, 18 Aug 2015 20:59:23 +0900
Added: packages/bluez/trunk/debian/manpages/gatttool.1
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/manpages/gatttool.1?rev=1473&op=file
==============================================================================
--- packages/bluez/trunk/debian/manpages/gatttool.1 (added)
+++ packages/bluez/trunk/debian/manpages/gatttool.1 Tue Aug 18 13:12:37 2015
@@ -0,0 +1,30 @@
+.TH GATTTOOL "1" "Aug 2015"
+.SH NAME
+gatttool \- tool for Bluetooth Low Energy device
+.SH SYNOPSIS
+.B gatttool
+.SH DESCRIPTION
+\fBgatttool\fP is tool that can be used to manipulate these attributes with a Bluetooth Low Energy device.
+.SH USAGE
+ gatttool [OPTION...]
+
+Help Options:
+ \fB-h\fP, \fB--help\fP Show help options
+ \fB-h\fP, \fB--help\fP Show help options
+ \fB--help-all\fP Show all help options
+ \fB--help-gatt\fP Show all GATT commands
+ \fB--help-params\fP Show all Primary Services/Characteristics arguments
+ \fB--help-char-read-write\fP Show all Characteristics Value/Descriptor Read/Write arguments
+
+Application Options:
+ \fB--i\fP, \fB---adapter=hciX\fP Specify local adapter interface
+ \fB--b\fP, \fB---device=MAC\fP Specify remote Bluetooth address
+ \fB--t\fP, \fB---addr-type=[public | random]\fP Set LE address type. Default: public
+ \fB--m\fP, \fB---mtu=MTU\fP Specify the MTU size
+ \fB--p\fP, \fB---psm=PSM\fP Specify the PSM for GATT/ATT over BR/EDR
+ \fB--l\fP, \fB---sec-level=[low | medium | high]\fP Set security level. Default: low
+ \fB--I\fP, \fB---interactive\fP Use interactive mode
+
+.SH AUTHOR
+This manual page was written by Nobuhiro Iwamatsu <iwamatsu at debian.org>,
+for the Debian GNU/Linux system (but may be used by others).
More information about the Pkg-bluetooth-commits
mailing list