Man page - bluetoothctl-gatt(1)
Packages contains this manual
- rfcomm(1)
- bluetoothctl-player(1)
- bluetoothctl-assistant(1)
- bluetooth-meshd(8)
- hciconfig(1)
- obexctl(1)
- hex2hcd(1)
- mpris-proxy(1)
- bluetoothctl-endpoint(1)
- bluetoothctl-hci(1)
- bluetoothctl(1)
- bluetoothctl-gatt(1)
- rctest(1)
- hid2hci(1)
- bluemoon(1)
- ciptool(1)
- bluetoothctl-monitor(1)
- l2test(1)
- bluetoothctl-scan(1)
- sdptool(1)
- bluetoothctl-transport(1)
- btmgmt(1)
- hciattach(1)
- btattach(1)
- gatttool(1)
- bluetoothctl-mgmt(1)
- bluetoothctl-admin(1)
- bluetoothd(8)
- hcitool(1)
- bluetoothctl-advertise(1)
- btmon(1)
- l2ping(1)
apt-get install bluez
Manual
BLUETOOTHCTL-GATT
NAMESYNOPSIS
GENERIC ATTRIBUTE COMMANDS
list-attributes
select-attribute
attribute-info
read
write
acquire-write
release-write
acquire-notify
release-notify
notify
clone
register-application
unregister-application
register-service
unregister-service
register-includes
unregister-includes
register-characteristic
unregister-characteristic
register-descriptor
unregister-descriptor
RESOURCES
REPORTING BUGS
COPYRIGHT
NAME
bluetoothctl-gatt - Generic Attribute Submenu
SYNOPSIS
bluetoothctl [--options] [gatt.commands]
GENERIC ATTRIBUTE COMMANDS
list-attributes
List attributes.
|
Usage |
> list-attributes <attribute/UUID> |
select-attribute
Select attribute.
|
Usage |
> select-attribute <attribute/UUID> |
attribute-info
Select attribute.
|
Usage |
> attribute-info [attribute/UUID] |
read
Read attribute value.
|
Usage |
> read [offset] |
write
Write attribute value.
|
Usage |
> write <data=xx xx ...> [offset] [type] |
acquire-write
Acquire Write file descriptor.
|
Usage |
> acquire-write |
release-write
Release Write file descriptor.
|
Usage |
> release-write |
acquire-notify
Acquire Notify file descriptor.
|
Usage |
> acquire-notify |
release-notify
Release Notify file descriptor.
|
Usage |
> release-notify |
notify
Notify attribute value.
|
Usage |
> notify <on/off> |
clone
Clone a device or attribute.
|
Usage |
> clone [dev/attribute/UUID] |
register-application
Register application.
|
Usage |
> register-application [UUID ...] |
unregister-application
Unregister application
|
Usage |
> unregister-application |
register-service
Register application service.
|
Usage |
> register-service <UUID> [handle] |
unregister-service
Unregister application service
|
Usage |
> unregister-service <UUID/object> |
register-includes
Register as Included service.
|
Usage |
>r egister-includes <UUID> [handle] |
unregister-includes
Unregister Included service.
|
Usage |
> unregister-includes <Service-UUID><Inc-UUID> |
register-characteristic
Register service characteristic.
|
Usage |
> register-characteristic <UUID> <Flags=read,write,notify...> [handle] |
unregister-characteristic
Unregister service characteristic.
|
Usage |
> unregister-characteristic <UUID/object> |
register-descriptor
Register characteristic descriptor.
|
Usage |
> register-descriptor <UUID> <Flags=read,write...> [handle] |
unregister-descriptor
Unregister characteristic descriptor.
|
Usage |
> unregister-descriptor <UUID/object> |
RESOURCES
<http://www.bluez.org>
REPORTING BUGS
<linux-bluetooth@vger.kernel.org>
COPYRIGHT
Free use of this software is granted under the terms of the GNU Lesser General Public Licenses (LGPL).