From 4cb40f81111c2b17e89146a9168d25df91c822d4 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 7 Nov 2011 13:21:13 +0200 Subject: [PATCH] mgmt-api: Update get_connections and connect_failed with address type info --- doc/mgmt-api.txt | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index 07fe60116..e061fdac6 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -210,10 +210,17 @@ Get Connections Command Controller Index: Command Parameters: Return Parameters: Connection_Count (2 Octets) - Address1 (6 Octets) - Address2 (6 Octets) + Address1 { + Address (6 Octets) + Type (1 Octet) + } + Address2 { } ... + Possible values for the Type parameter: + 0 BR/EDR + 1 LE + PIN Code Reply Command ======================= @@ -590,8 +597,12 @@ Connect Failed Event Event Code 0x000D Controller Index: Event Parameters Address (6 Octets) + Type (1 Octet) Status (1 Octet) + Possible values for the Type parameter: + 0 BR/EDR + 1 LE PIN Code Request Event ====================== -- 2.47.3