From 547523410b9030d69fbbf25178815d3a9b43853f Mon Sep 17 00:00:00 2001 From: Brian Gix Date: Fri, 6 Sep 2019 09:24:33 -0700 Subject: [PATCH] doc: Remove uneeded dbus API for App Key Refresh Change-Id: I6a3dac56c911d2234dd8513828d49ef325fb6d0c Signed-off-by: himanshu --- doc/mesh-api.txt | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/doc/mesh-api.txt b/doc/mesh-api.txt index d14382a..a589616 100644 --- a/doc/mesh-api.txt +++ b/doc/mesh-api.txt @@ -633,25 +633,6 @@ Methods: org.bluez.mesh.Error.DoesNotExist org.bluez.mesh.Error.Busy - void CompleteAppKeyUpdate(uint16 app_index) - - This method is used by the application at the completion of - a Key Refresh Procedure. This method should be called for each - app key being updated during the procedure, and must be - performed prior to changing the phase of the bound net key - to phase 3. (See SetKeyPhase() method). - - The app_index parameter is a 12-bit value (0x000-0xFFF) - specifying which app key was updated. Note that the subnet that - the key is bound to must exist and be in Phase 2. - - This call affects the local bluetooth-meshd key database only. - - PossibleErrors: - org.bluez.mesh.Error.Failed - org.bluez.mesh.Error.InvalidArguments - org.bluez.mesh.Error.DoesNotExist - void DeleteAppKey(uint16 app_index) This method is used by the application to delete an application -- 2.7.4