From 7f8ca9ed96a44e334d36eda2b72d185490db6a3a Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 17 Feb 2012 15:55:37 +0200 Subject: [PATCH] mgmt-api: Fix PIN Code command & reponse parameters --- doc/mgmt-api.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index dfd525b36..2ea403b67 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -314,11 +314,12 @@ PIN Code Reply Command Command Code: 0x0016 Controller Index: - Command Parameters: - Return Parameters: Address (6 Octets) + Command Parameters: Address (6 Octets) Address_Type (1 Octet) PIN_Length (1 Octet) PIN_Code (16 Octets) + Return Parameters: Address (6 Octets) + Address_Type (1 Octet) PIN Code Negative Reply Command @@ -326,7 +327,8 @@ PIN Code Negative Reply Command Command Code: 0x0017 Controller Index: - Command Parameters: + Command Parameters: Address (6 Octets) + Address_Type (1 Octet) Return Parameters: Address (6 Octets) Address_Type (1 Octet) -- 2.47.3