Commit Graph

11 Commits

Author SHA1 Message Date
Luiz Augusto von Dentz
84cc810f3f client: Add unregister-profile command
This adds support to unregister-profile command which uses
GattManager1.UnregisterProfile.
2015-03-25 12:34:49 +02:00
Luiz Augusto von Dentz
0677f7ac3e client: Add register-profile command
This adds support to register-profile command which uses
GattManager1.RegisterProfile.
2015-03-25 12:34:48 +02:00
Marcel Holtmann
734a1eeeba client: Fix includes for gdbus.h header 2015-02-28 22:21:46 -08:00
Luiz Augusto von Dentz
fcbf38a99c client: Add notify command
This command can be used to start/stop changes on the attribute value,
it only works if an attribute has been selected with select-attribute.
2015-02-10 13:15:58 +02:00
Luiz Augusto von Dentz
52392d8405 client: Add write command
This command can be used to write attributes, it only works if an
attribute has been selected with select-attribute.

The data argument should be passed hexdump format, %02x separated by
spaces, which is the same format used by read command.
2015-02-10 13:15:58 +02:00
Luiz Augusto von Dentz
838bdbce23 client: Add read command
This command can be used to read attributes, it only works if an
attribute has been selected with select-attribute.
2015-02-10 13:15:58 +02:00
Luiz Augusto von Dentz
2eb1f615c4 client: Add command select-attribute
Command select-attribute can be used to select a service attribute.
2015-02-10 13:15:58 +02:00
Luiz Augusto von Dentz
496b6abf74 client: Add command list-attributes
This command can be used to list service attributes of a device.
2015-02-10 13:15:57 +02:00
Luiz Augusto von Dentz
77196fd631 client: Add support for GattDescriptor1
This add support for GattDescriptor1 interface detection and
prints when they are added or removed.
2015-02-10 13:15:57 +02:00
Luiz Augusto von Dentz
c6923a75ae client: Add support for GattCharacteristic1
This add support for GattCharacteristici1 interface detection and
prints when they are added or removed
2015-02-10 13:15:57 +02:00
Luiz Augusto von Dentz
aab6835b0a client: Add support for GattService1
This add support for GattService1 interface detection and prints when
they are added or removed
2015-02-10 13:15:57 +02:00