From 9e097107c50ccb6885e4b80d657fe8efc6068587 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Tue, 2 Aug 2016 13:54:07 +0300 Subject: [PATCH] doc/gatt-api: Mention available examples --- doc/gatt-api.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/gatt-api.txt b/doc/gatt-api.txt index f2f3d89b0..fd4bdd5fe 100644 --- a/doc/gatt-api.txt +++ b/doc/gatt-api.txt @@ -307,6 +307,15 @@ unregister the service. Similarly, if the application disconnects from the bus, all of its registered services will be automatically unregistered. InterfacesAdded signals will be ignored. +Examples: + - Client + test/example-gatt-client + client/bluetoothctl + - Server + test/example-gatt-server + tools/gatt-service + + Service org.bluez Interface org.bluez.GattManager1 Object path [variable prefix]/{hci0,hci1,...} -- 2.47.3