From: Bruna Moreira <redacted>
Add Read RSSI and Read TX Power level commands in Management API
documentation.
---
doc/mgmt-api.txt | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt
index 353705e..b442cc5 100644
--- a/doc/mgmt-api.txt
+++ b/doc/mgmt-api.txt
@@ -319,6 +319,26 @@ Stop Discovery Command
Command Parameters:
Return Parameters:
+Read RSSI Command
+=================
+
+ Command Code: 0x001D
+ Controller Index: <controller id>
+ Command Parameters: Address (6 Octets)
+ Return Parameters: Status (1 Octet)
+ Address (6 Octets)
+ RSSI (1 Octet)
+
+Read TX Power Level Command
+===========================
+
+ Command Code: 0x001E
+ Controller Index: <controller id>
+ Command Parameters: Address (6 Octets)
+ Return Parameters: Address (6 Octets)
+ Status (1 Octet)
+ Level (1 Octet)
+
Read Tracing Buffer Size Command
================================
--
1.7.4.1