From 0eeebf474733ca56276a13cc4143367c321d4892 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 24 Oct 2011 14:25:34 +0200 Subject: [PATCH] Add User Passkey commands and events to mgmt --- doc/mgmt-api.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index 75c730d61..73de02a4c 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -271,6 +271,27 @@ User Confirmation Negative Reply Command Return Parameters: Address (6 Octets) Status (1 Octet) + +User Passkey Reply Command +========================== + + Command Code: 0x0021 + Controller Index: + Command Parameters: Address (6 Octets) + Passkey (4 Octets) + Return Parameters: Address (6 Octets) + Status (1 Octet) + + +User Passkey Negative Reply Command +=================================== + + Command Code: 0x0022 + Controller Index: + Command Parameters: Address (6 Octets) + Return Parameters: Address (6 Octets) + Status (1 Octet) + Set Local Name Command ====================== @@ -537,6 +558,12 @@ Controller Index: Event Parameters Address (6 Octets) Value (4 Octets) +User Passkey Request Event +========================== + +Event Code 0x0017 +Controller Index: +Event Parameters Address (6 Octets) Authentication Failed Event =========================== -- 2.47.3