Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH] mgmt-api: add read Tx power level command
@ 2012-03-11 22:10 Arik Nemtsov
  2012-03-12  0:42 ` Marcel Holtmann
  0 siblings, 1 reply; 8+ messages in thread
From: Arik Nemtsov @ 2012-03-11 22:10 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Arik Nemtsov

This command reads the Tx power level for a given connected device
---
 doc/mgmt-api.txt |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt
index 4ede43d..8dae2b4 100644
--- a/doc/mgmt-api.txt
+++ b/doc/mgmt-api.txt
@@ -815,6 +815,34 @@ Unblock Device Command
 	or failure.
 
 
+Read Tx Power Level Command
+======================
+
+	Command Code:		0x0028
+	Controller Index:	<controller id>
+	Command Parameters:	Address (6 Octets)
+				Address_Type (1 Octet)
+				Type (1 Octet)
+	Return Parameters:	Address (6 Octets)
+				Address_Type (1 Octet)
+				Status (1 Octet)
+				Level (1 Octet)
+
+	Possible values for the Address_Type parameter:
+		0	BR/EDR
+		1	LE Public
+		2	LE Random
+
+	Possible values for the Type parameter:
+		0	Current Transmit Power Level
+		1	Maximum Transmit Power Level
+
+	This command can only be used when the controller is powered.
+
+	This command generates a Command Complete event on success
+	or failure.
+
+
 Set Device ID Command
 =====================
 
-- 
1.7.5.4


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-03-20 16:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-11 22:10 [PATCH] mgmt-api: add read Tx power level command Arik Nemtsov
2012-03-12  0:42 ` Marcel Holtmann
2012-03-12  7:39   ` Arik Nemtsov
2012-03-12 17:29     ` Marcel Holtmann
2012-03-12 18:07       ` Arik Nemtsov
2012-03-19  9:00         ` Arik Nemtsov
2012-03-19 17:44           ` Marcel Holtmann
2012-03-20 16:07             ` Arik Nemtsov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox