From ed4de024ef4c4d57aee6d9fb2e6def9af35e7895 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 24 Oct 2011 12:16:18 +0200 Subject: [PATCH] Add (legacy) name resolution handling to mgmt API --- doc/mgmt-api.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index ef0d1f2ee..8d5d8d5c0 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -343,6 +343,19 @@ Set Fast Connectable Command Command Parameters: Enable (1 Octet) Return Parameters: Status (1 octet) +Name Information Command +======================== + + Command Code: 0x00020 + Controller Index: + Command Parameters: Address (1 Octet) + Name Known (1 Octet) + Return Parameters: Status (1 octet) + + This command is only valid during device discovery and is + expected for each Device Found event with the Confirm Name + flag set. + Read Tracing Buffer Size Command ================================ @@ -543,6 +556,7 @@ Controller Index Event Parameters Address (6 Octets) Class_Of_Device (3 Octets) RSSI (1 Octet) + Confirm Name (1 Octet) EIR_Data (240 Octets) Remote Name Event -- 2.47.3