All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fixing miss aligned mgmt command opcodes.
@ 2019-11-26 19:09 Alain Michaud
  2019-11-27  5:57 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: Alain Michaud @ 2019-11-26 19:09 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Alain Michaud

---
 doc/mgmt-api.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt
index 0d11aa035..fd2325471 100644
--- a/doc/mgmt-api.txt
+++ b/doc/mgmt-api.txt
@@ -2916,7 +2916,7 @@ Read Extended Controller Information Command
 Set Appearance Command
 ======================
 
-	Command Code:		0x0042
+	Command Code:		0x0043
 	Controller Index:	<controller id>
 	Command Parameters:	Appearance (2 Octets)
 	Return Parameters:
@@ -2945,7 +2945,7 @@ Set Appearance Command
 Get PHY Configuration Command
 =============================
 
-	Command Code:		0x0043
+	Command Code:		0x0044
 	Controller Index:	<controller id>
 	Command Parameters:
 	Return Parameters:	Supported_PHYs (4 Octet)
@@ -2988,7 +2988,7 @@ Get PHY Configuration Command
 Set PHY Configuration Command
 =============================
 
-	Command Code:		0x0044
+	Command Code:		0x0045
 	Controller Index:	<controller id>
 	Command Parameters: 	Selected_PHYs (4 Octet)
 	Return Parameters:
-- 
2.24.0.432.g9d3f5f5b63-goog


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

* Re: [PATCH] Fixing miss aligned mgmt command opcodes.
  2019-11-26 19:09 [PATCH] Fixing miss aligned mgmt command opcodes Alain Michaud
@ 2019-11-27  5:57 ` Marcel Holtmann
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2019-11-27  5:57 UTC (permalink / raw)
  To: Alain Michaud; +Cc: Bluez mailing list

Hi Alain,

> ---
> doc/mgmt-api.txt | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)

patch has been applied.

Regards

Marcel


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

end of thread, other threads:[~2019-11-27  5:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-26 19:09 [PATCH] Fixing miss aligned mgmt command opcodes Alain Michaud
2019-11-27  5:57 ` Marcel Holtmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.