From bea842eee5277244e37887cff6662b799199a960 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 27 Nov 2014 10:13:00 +0200 Subject: [PATCH] doc/mgmt-api: Remove non-existing Stop Service Discovery command Since Stop Service Discovery is essentially the same as Stop Discover it was decided to just reuse the latter for stopping this special type of discovery. --- doc/mgmt-api.txt | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index 211156ab8..a9b53917a 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -2210,30 +2210,6 @@ Start Service Discovery Command Invalid Index -Stop Service Discovery Command -============================== - - Command Code: 0x003b - Controller Index: - Command Parameters: Address_Type (1 Octet) - Return Parameters: Address_Type (1 Octet) - - This command is used to stop the service discovery process started - using the Start Service Discovery command. - - When the discovery procedure stops the Discovery event will - notify this similar to Stop Discovery. - - This command can only be used when the controller is powered. - - This command generates a Command Complete event on success - or failure. - - Possible errors: Rejected - Invalid Parameters - Invalid Index - - Command Complete Event ====================== @@ -2656,8 +2632,7 @@ Discovering Event devices. This discovering state can come and go multiple times between a Start Discovery and a Stop Discovery commands. - The Start Service Discovery and Stop Service Discovery commands - will also trigger this event. + The Start Service Discovery command will also trigger this event. The valid values for the Discovering parameter are 0x01 (enabled) and 0x00 (disabled). -- 2.47.3