From 66b407e1f245ef1c05a53612ce2ae3b4e710230a Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 17 Feb 2015 10:47:38 +0200 Subject: [PATCH] doc/gatt-api: Update to match latest plans --- doc/gatt-api.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/gatt-api.txt b/doc/gatt-api.txt index bfeaf6dac..de7f2d9ae 100644 --- a/doc/gatt-api.txt +++ b/doc/gatt-api.txt @@ -205,10 +205,11 @@ Properties string UUID [read-only] which a PropertiesChanged signal will be emitted. -Service Manager hierarchy -============================= -Service Manager allows external applications to register GATT based +GATT Manager hierarchy +====================== + +GATT Manager allows external applications to register GATT based services. Services must follow the API for Service and Characteristic described above. @@ -217,9 +218,9 @@ discovered automatically using the D-Bus Object Manager interface. Service org.bluez Interface org.bluez.GattManager1 [Experimental] -Object path /org/bluez +Object path [variable prefix]/{hci0,hci1,...} -Methods RegisterService(object service, dict options) +Methods void RegisterService(object service, dict options) Registers remote application service exported under interface GattService1. Characteristic objects must @@ -234,7 +235,7 @@ Methods RegisterService(object service, dict options) Possible errors: org.bluez.Error.InvalidArguments org.bluez.Error.AlreadyExists - UnregisterService(object service) + void UnregisterService(object service) This unregisters the service that has been previously registered. The object path parameter -- 2.47.3