All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: Increment management interface revision
@ 2020-12-07 10:02 Marcel Holtmann
  2020-12-07 11:08 ` bluez.test.bot
  2020-12-07 13:47 ` [PATCH] " Johan Hedberg
  0 siblings, 2 replies; 33+ messages in thread
From: Marcel Holtmann @ 2020-12-07 10:02 UTC (permalink / raw)
  To: linux-bluetooth

Increment the mgmt revision due to the recently added new commands.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
---
 net/bluetooth/mgmt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 754489e4e065..fa0f7a4a1d2f 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -40,7 +40,7 @@
 #include "msft.h"
 
 #define MGMT_VERSION	1
-#define MGMT_REVISION	18
+#define MGMT_REVISION	19
 
 static const u16 mgmt_commands[] = {
 	MGMT_OP_READ_INDEX_LIST,
-- 
2.28.0


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

* RE: Bluetooth: Increment management interface revision
  2020-12-07 10:02 [PATCH] Bluetooth: Increment management interface revision Marcel Holtmann
@ 2020-12-07 11:08 ` bluez.test.bot
  2020-12-07 13:47 ` [PATCH] " Johan Hedberg
  1 sibling, 0 replies; 33+ messages in thread
From: bluez.test.bot @ 2020-12-07 11:08 UTC (permalink / raw)
  To: linux-bluetooth, marcel

[-- Attachment #1: Type: text/plain, Size: 503 bytes --]

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=397459

---Test result---

##############################
Test: CheckPatch - PASS

##############################
Test: CheckGitLint - PASS

##############################
Test: CheckBuildK - PASS



---
Regards,
Linux Bluetooth


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

* Re: [PATCH] Bluetooth: Increment management interface revision
  2020-12-07 10:02 [PATCH] Bluetooth: Increment management interface revision Marcel Holtmann
  2020-12-07 11:08 ` bluez.test.bot
@ 2020-12-07 13:47 ` Johan Hedberg
  1 sibling, 0 replies; 33+ messages in thread
From: Johan Hedberg @ 2020-12-07 13:47 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: linux-bluetooth

Hi Marcel,

On Mon, Dec 07, 2020, Marcel Holtmann wrote:
> Increment the mgmt revision due to the recently added new commands.
> 
> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
> ---
>  net/bluetooth/mgmt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to bluetooth-next. Thanks.

Johan

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

* [PATCH] Bluetooth: Increment management interface revision
@ 2022-01-26 17:30 Marcel Holtmann
  0 siblings, 0 replies; 33+ messages in thread
From: Marcel Holtmann @ 2022-01-26 17:30 UTC (permalink / raw)
  To: linux-bluetooth

Increment the mgmt revision due to recent changes.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
---
 net/bluetooth/mgmt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 08d6494f1b34..5dd684e0b259 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -42,7 +42,7 @@
 #include "aosp.h"
 
 #define MGMT_VERSION	1
-#define MGMT_REVISION	21
+#define MGMT_REVISION	22
 
 static const u16 mgmt_commands[] = {
 	MGMT_OP_READ_INDEX_LIST,
-- 
2.34.1


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

* [PATCH] Bluetooth: Increment management interface revision
@ 2021-06-15 19:23 Marcel Holtmann
  0 siblings, 0 replies; 33+ messages in thread
From: Marcel Holtmann @ 2021-06-15 19:23 UTC (permalink / raw)
  To: linux-bluetooth

Increment the mgmt revision due to recent changes.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
---
 net/bluetooth/mgmt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index d1bf5a55ff85..3663f880df11 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -40,7 +40,7 @@
 #include "msft.h"
 
 #define MGMT_VERSION	1
-#define MGMT_REVISION	20
+#define MGMT_REVISION	21
 
 static const u16 mgmt_commands[] = {
 	MGMT_OP_READ_INDEX_LIST,
-- 
2.31.1


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

* Re: [PATCH] Bluetooth: Increment management interface revision
  2020-07-30 17:40 Marcel Holtmann
@ 2020-07-31 13:43 ` Johan Hedberg
  0 siblings, 0 replies; 33+ messages in thread
From: Johan Hedberg @ 2020-07-31 13:43 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: linux-bluetooth

Hi Marcel,

On Thu, Jul 30, 2020, Marcel Holtmann wrote:
> Increment the mgmt revision due to the recently added new commands.
> 
> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
> ---
>  net/bluetooth/mgmt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to bluetooth-next. Thanks.

Johan

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

* [PATCH] Bluetooth: Increment management interface revision
@ 2020-07-30 17:40 Marcel Holtmann
  2020-07-31 13:43 ` Johan Hedberg
  0 siblings, 1 reply; 33+ messages in thread
From: Marcel Holtmann @ 2020-07-30 17:40 UTC (permalink / raw)
  To: linux-bluetooth

Increment the mgmt revision due to the recently added new commands.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
---
 net/bluetooth/mgmt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 4ec0fee80344..5bbe71002fb9 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -40,7 +40,7 @@
 #include "msft.h"
 
 #define MGMT_VERSION	1
-#define MGMT_REVISION	17
+#define MGMT_REVISION	18
 
 static const u16 mgmt_commands[] = {
 	MGMT_OP_READ_INDEX_LIST,
-- 
2.26.2


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

* Re: [PATCH] Bluetooth: Increment management interface revision
  2020-03-08  8:12 Marcel Holtmann
@ 2020-03-08  8:50 ` Johan Hedberg
  0 siblings, 0 replies; 33+ messages in thread
From: Johan Hedberg @ 2020-03-08  8:50 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: linux-bluetooth

Hi Marcel,

On Sun, Mar 08, 2020, Marcel Holtmann wrote:
> Increment the mgmt revision due to the recently added setting and
> command.
> 
> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
> ---
>  net/bluetooth/mgmt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to bluetooth-next. Thanks.

Johan

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

* [PATCH] Bluetooth: Increment management interface revision
@ 2020-03-08  8:12 Marcel Holtmann
  2020-03-08  8:50 ` Johan Hedberg
  0 siblings, 1 reply; 33+ messages in thread
From: Marcel Holtmann @ 2020-03-08  8:12 UTC (permalink / raw)
  To: linux-bluetooth

Increment the mgmt revision due to the recently added setting and
command.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
---
 net/bluetooth/mgmt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 4abb5daeeca8..4da48618b271 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -38,7 +38,7 @@
 #include "mgmt_util.h"
 
 #define MGMT_VERSION	1
-#define MGMT_REVISION	15
+#define MGMT_REVISION	16
 
 static const u16 mgmt_commands[] = {
 	MGMT_OP_READ_INDEX_LIST,
-- 
2.24.1


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

* Re: [PATCH] Bluetooth: Increment management interface revision
  2020-01-15 20:35 Marcel Holtmann
@ 2020-01-16  7:41 ` Johan Hedberg
  0 siblings, 0 replies; 33+ messages in thread
From: Johan Hedberg @ 2020-01-16  7:41 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: linux-bluetooth

Hi Marcel,

On Wed, Jan 15, 2020, Marcel Holtmann wrote:
> Increment the mgmt revision due to the recently added commands.
> 
> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
> ---
>  net/bluetooth/mgmt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to bluetooth-next. Thanks.

Johan

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

* [PATCH] Bluetooth: Increment management interface revision
@ 2020-01-15 20:35 Marcel Holtmann
  2020-01-16  7:41 ` Johan Hedberg
  0 siblings, 1 reply; 33+ messages in thread
From: Marcel Holtmann @ 2020-01-15 20:35 UTC (permalink / raw)
  To: linux-bluetooth

Increment the mgmt revision due to the recently added commands.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
---
 net/bluetooth/mgmt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 339c762eb6fd..0dc610faab70 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -38,7 +38,7 @@
 #include "mgmt_util.h"
 
 #define MGMT_VERSION	1
-#define MGMT_REVISION	14
+#define MGMT_REVISION	15
 
 static const u16 mgmt_commands[] = {
 	MGMT_OP_READ_INDEX_LIST,
-- 
2.24.1


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

* [PATCH] Bluetooth: Increment management interface revision
@ 2016-09-07 21:04 Szymon Janc
  0 siblings, 0 replies; 33+ messages in thread
From: Szymon Janc @ 2016-09-07 21:04 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Szymon Janc

Increment the mgmt revision due to the recently added
Read Extended Controller Information and Set Appearance commands.

Signed-off-by: Szymon Janc <szymon.janc@codecoup.pl>
---
 net/bluetooth/mgmt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 9be23b5..4197fc9 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -38,7 +38,7 @@
 #include "mgmt_util.h"
 
 #define MGMT_VERSION	1
-#define MGMT_REVISION	13
+#define MGMT_REVISION	14
 
 static const u16 mgmt_commands[] = {
 	MGMT_OP_READ_INDEX_LIST,
-- 
2.7.4


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

* Re: [PATCH] Bluetooth: Increment management interface revision
  2016-07-13  7:57 Johan Hedberg
@ 2016-07-13  8:03 ` Marcel Holtmann
  0 siblings, 0 replies; 33+ messages in thread
From: Marcel Holtmann @ 2016-07-13  8:03 UTC (permalink / raw)
  To: Johan Hedberg; +Cc: linux-bluetooth

Hi Johan,

> Increment the mgmt revision due to the recently added new
> reason code for the Disconnected event.
> 
> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
> ---
> net/bluetooth/mgmt.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

patch has been applied to bluetooth-next tree.

Regards

Marcel


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

* [PATCH] Bluetooth: Increment management interface revision
@ 2016-07-13  7:57 Johan Hedberg
  2016-07-13  8:03 ` Marcel Holtmann
  0 siblings, 1 reply; 33+ messages in thread
From: Johan Hedberg @ 2016-07-13  7:57 UTC (permalink / raw)
  To: linux-bluetooth

From: Johan Hedberg <johan.hedberg@intel.com>

Increment the mgmt revision due to the recently added new
reason code for the Disconnected event.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
---
 net/bluetooth/mgmt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 7983ec8d4c60..7639290b6de3 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -38,7 +38,7 @@
 #include "mgmt_util.h"
 
 #define MGMT_VERSION	1
-#define MGMT_REVISION	12
+#define MGMT_REVISION	13
 
 static const u16 mgmt_commands[] = {
 	MGMT_OP_READ_INDEX_LIST,
-- 
2.7.4


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

* Re: [PATCH] Bluetooth: Increment management interface revision
  2016-03-09 15:52 Johan Hedberg
@ 2016-03-09 15:54 ` Marcel Holtmann
  0 siblings, 0 replies; 33+ messages in thread
From: Marcel Holtmann @ 2016-03-09 15:54 UTC (permalink / raw)
  To: Johan Hedberg; +Cc: linux-bluetooth

Hi Johan,

> Increment the mgmt revision due to the recently added limited
> privacy mode.
> 
> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
> ---
> net/bluetooth/mgmt.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

patch has been applied to bluetooth-next tree.

Regards

Marcel


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

* [PATCH] Bluetooth: Increment management interface revision
@ 2016-03-09 15:52 Johan Hedberg
  2016-03-09 15:54 ` Marcel Holtmann
  0 siblings, 1 reply; 33+ messages in thread
From: Johan Hedberg @ 2016-03-09 15:52 UTC (permalink / raw)
  To: linux-bluetooth

From: Johan Hedberg <johan.hedberg@intel.com>

Increment the mgmt revision due to the recently added limited
privacy mode.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
---
 net/bluetooth/mgmt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 2ca355519d79..c856fb65812c 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -38,7 +38,7 @@
 #include "mgmt_util.h"
 
 #define MGMT_VERSION	1
-#define MGMT_REVISION	11
+#define MGMT_REVISION	12
 
 static const u16 mgmt_commands[] = {
 	MGMT_OP_READ_INDEX_LIST,
-- 
2.5.0


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

* Re: [PATCH] Bluetooth: Increment management interface revision
  2015-11-23 13:07 Johan Hedberg
@ 2015-11-23 13:15 ` Marcel Holtmann
  0 siblings, 0 replies; 33+ messages in thread
From: Marcel Holtmann @ 2015-11-23 13:15 UTC (permalink / raw)
  To: Johan Hedberg; +Cc: linux-bluetooth

Hi Johan,

> This patch increments the management interface revision due to
> introduction of a new Get Advertising Size Information command and
> various other fixes & improvements.
> 
> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
> ---
> net/bluetooth/mgmt.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

patch has been applied to bluetooth-next tree.

Regards

Marcel


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

* [PATCH] Bluetooth: Increment management interface revision
@ 2015-11-23 13:07 Johan Hedberg
  2015-11-23 13:15 ` Marcel Holtmann
  0 siblings, 1 reply; 33+ messages in thread
From: Johan Hedberg @ 2015-11-23 13:07 UTC (permalink / raw)
  To: linux-bluetooth

From: Johan Hedberg <johan.hedberg@intel.com>

This patch increments the management interface revision due to
introduction of a new Get Advertising Size Information command and
various other fixes & improvements.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
---
 net/bluetooth/mgmt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index e8a2f8baf958..3d9d2e4839c5 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -38,7 +38,7 @@
 #include "mgmt_util.h"
 
 #define MGMT_VERSION	1
-#define MGMT_REVISION	10
+#define MGMT_REVISION	11
 
 static const u16 mgmt_commands[] = {
 	MGMT_OP_READ_INDEX_LIST,
-- 
2.5.0


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

* [PATCH] Bluetooth: Increment management interface revision
@ 2015-11-23 13:02 Marcel Holtmann
  0 siblings, 0 replies; 33+ messages in thread
From: Marcel Holtmann @ 2015-11-23 13:02 UTC (permalink / raw)
  To: linux-bluetooth

This patch increments the management interface revision due to
introduction of new advertising data size command.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
---
 net/bluetooth/mgmt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index e8a2f8baf958..3d9d2e4839c5 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -38,7 +38,7 @@
 #include "mgmt_util.h"
 
 #define MGMT_VERSION	1
-#define MGMT_REVISION	10
+#define MGMT_REVISION	11
 
 static const u16 mgmt_commands[] = {
 	MGMT_OP_READ_INDEX_LIST,
-- 
2.5.0


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

* Re: [PATCH] Bluetooth: Increment management interface revision
  2015-06-18 16:58 Marcel Holtmann
@ 2015-06-18 17:12 ` Johan Hedberg
  0 siblings, 0 replies; 33+ messages in thread
From: Johan Hedberg @ 2015-06-18 17:12 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: linux-bluetooth

Hi Marcel,

On Thu, Jun 18, 2015, Marcel Holtmann wrote:
> This patch increments the management interface revision due to
> introduction of new multi-advertising feature and various bug fixes.
> 
> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
> ---
>  net/bluetooth/mgmt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to bluetooth-next. Thanks.

Johan

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

* [PATCH] Bluetooth: Increment management interface revision
@ 2015-06-18 16:58 Marcel Holtmann
  2015-06-18 17:12 ` Johan Hedberg
  0 siblings, 1 reply; 33+ messages in thread
From: Marcel Holtmann @ 2015-06-18 16:58 UTC (permalink / raw)
  To: linux-bluetooth

This patch increments the management interface revision due to
introduction of new multi-advertising feature and various bug fixes.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
---
 net/bluetooth/mgmt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index b132032f5710..2fe6f3bfc579 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -38,7 +38,7 @@
 #include "mgmt_util.h"
 
 #define MGMT_VERSION	1
-#define MGMT_REVISION	9
+#define MGMT_REVISION	10
 
 static const u16 mgmt_commands[] = {
 	MGMT_OP_READ_INDEX_LIST,
-- 
2.4.3


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

* Re: [PATCH] Bluetooth: Increment management interface revision
  2015-03-10 21:04 Marcel Holtmann
@ 2015-03-11  7:29 ` Johan Hedberg
  0 siblings, 0 replies; 33+ messages in thread
From: Johan Hedberg @ 2015-03-11  7:29 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: linux-bluetooth

Hi Marcel,

On Tue, Mar 10, 2015, Marcel Holtmann wrote:
> This patch increments the management interface revision due to
> introduction of new static address setting and fixes for the
> fast connectable feature.
> 
> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
> ---
>  net/bluetooth/mgmt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to bluetooth-next. Thanks.

Johan

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

* [PATCH] Bluetooth: Increment management interface revision
@ 2015-03-10 21:04 Marcel Holtmann
  2015-03-11  7:29 ` Johan Hedberg
  0 siblings, 1 reply; 33+ messages in thread
From: Marcel Holtmann @ 2015-03-10 21:04 UTC (permalink / raw)
  To: linux-bluetooth

This patch increments the management interface revision due to
introduction of new static address setting and fixes for the
fast connectable feature.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
---
 net/bluetooth/mgmt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 600636c00d34..025f29bf1f1a 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -37,7 +37,7 @@
 #include "smp.h"
 
 #define MGMT_VERSION	1
-#define MGMT_REVISION	8
+#define MGMT_REVISION	9
 
 static const u16 mgmt_commands[] = {
 	MGMT_OP_READ_INDEX_LIST,
-- 
2.1.0


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

* Re: [PATCH] Bluetooth: Increment management interface revision
  2014-12-03 18:52 Marcel Holtmann
@ 2014-12-03 19:59 ` Johan Hedberg
  0 siblings, 0 replies; 33+ messages in thread
From: Johan Hedberg @ 2014-12-03 19:59 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: linux-bluetooth

Hi Marcel,

On Wed, Dec 03, 2014, Marcel Holtmann wrote:
> This patch increments the management interface revision due to the
> addition of support for LE Secure Connection feature.
> 
> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
> ---
>  net/bluetooth/mgmt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to bluetooth-next. Thanks.

Johan

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

* [PATCH] Bluetooth: Increment management interface revision
@ 2014-12-03 18:52 Marcel Holtmann
  2014-12-03 19:59 ` Johan Hedberg
  0 siblings, 1 reply; 33+ messages in thread
From: Marcel Holtmann @ 2014-12-03 18:52 UTC (permalink / raw)
  To: linux-bluetooth

This patch increments the management interface revision due to the
addition of support for LE Secure Connection feature.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
---
 net/bluetooth/mgmt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 1e73bead7dd9..77cf0ef0d8a3 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -35,7 +35,7 @@
 #include "smp.h"
 
 #define MGMT_VERSION	1
-#define MGMT_REVISION	7
+#define MGMT_REVISION	8
 
 static const u16 mgmt_commands[] = {
 	MGMT_OP_READ_INDEX_LIST,
-- 
1.9.3


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

* Re: [PATCH] Bluetooth: Increment management interface revision
  2014-06-28 10:36 Marcel Holtmann
@ 2014-06-28 14:55 ` Johan Hedberg
  0 siblings, 0 replies; 33+ messages in thread
From: Johan Hedberg @ 2014-06-28 14:55 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: linux-bluetooth

Hi Marcel,

On Sat, Jun 28, 2014, Marcel Holtmann wrote:
> This patch increments the management interface revision due to the
> changes with the debug key command and other fixes.
> 
> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
> ---
>  net/bluetooth/mgmt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to bluetooth-next. Thanks.

Johan

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

* [PATCH] Bluetooth: Increment management interface revision
@ 2014-06-28 10:36 Marcel Holtmann
  2014-06-28 14:55 ` Johan Hedberg
  0 siblings, 1 reply; 33+ messages in thread
From: Marcel Holtmann @ 2014-06-28 10:36 UTC (permalink / raw)
  To: linux-bluetooth

This patch increments the management interface revision due to the
changes with the debug key command and other fixes.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
---
 net/bluetooth/mgmt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index d542f8af6a5d..d42c07d2a817 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -35,7 +35,7 @@
 #include "smp.h"
 
 #define MGMT_VERSION	1
-#define MGMT_REVISION	6
+#define MGMT_REVISION	7
 
 static const u16 mgmt_commands[] = {
 	MGMT_OP_READ_INDEX_LIST,
-- 
1.9.3


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

* Re: [PATCH] Bluetooth: Increment management interface revision
  2014-05-09 11:18 Marcel Holtmann
@ 2014-05-09 12:14 ` Johan Hedberg
  0 siblings, 0 replies; 33+ messages in thread
From: Johan Hedberg @ 2014-05-09 12:14 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: linux-bluetooth

Hi Marcel,

On Fri, May 09, 2014, Marcel Holtmann wrote:
> This patch increments the management interface revision due to the
> changes with the Device Found management event and other fixes.
> 
> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
> ---
>  net/bluetooth/mgmt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to bluetooth-next. Thanks.

Johan

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

* [PATCH] Bluetooth: Increment management interface revision
@ 2014-05-09 11:18 Marcel Holtmann
  2014-05-09 12:14 ` Johan Hedberg
  0 siblings, 1 reply; 33+ messages in thread
From: Marcel Holtmann @ 2014-05-09 11:18 UTC (permalink / raw)
  To: linux-bluetooth

This patch increments the management interface revision due to the
changes with the Device Found management event and other fixes.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
---
 net/bluetooth/mgmt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 54abbce3a39e..f2a9422d6139 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -34,7 +34,7 @@
 #include "smp.h"
 
 #define MGMT_VERSION	1
-#define MGMT_REVISION	5
+#define MGMT_REVISION	6
 
 static const u16 mgmt_commands[] = {
 	MGMT_OP_READ_INDEX_LIST,
-- 
1.9.0


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

* Re: [PATCH] Bluetooth: Increment management interface revision
  2014-01-28 23:39 Marcel Holtmann
@ 2014-01-29  0:06 ` Johan Hedberg
  0 siblings, 0 replies; 33+ messages in thread
From: Johan Hedberg @ 2014-01-29  0:06 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: linux-bluetooth

Hi Marcel,

On Tue, Jan 28, 2014, Marcel Holtmann wrote:
> This patch increments the management interface revision due to the
> various fixes, improvements and other changes that have been made.
> 
> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
> ---
>  net/bluetooth/mgmt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to bluetooth-next. Thanks.

Johan

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

* [PATCH] Bluetooth: Increment management interface revision
@ 2014-01-28 23:39 Marcel Holtmann
  2014-01-29  0:06 ` Johan Hedberg
  0 siblings, 1 reply; 33+ messages in thread
From: Marcel Holtmann @ 2014-01-28 23:39 UTC (permalink / raw)
  To: linux-bluetooth

This patch increments the management interface revision due to the
various fixes, improvements and other changes that have been made.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
---
 net/bluetooth/mgmt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 4ee07b432379..bde8e675c5ea 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -34,7 +34,7 @@
 #include "smp.h"
 
 #define MGMT_VERSION	1
-#define MGMT_REVISION	4
+#define MGMT_REVISION	5
 
 static const u16 mgmt_commands[] = {
 	MGMT_OP_READ_INDEX_LIST,
-- 
1.8.5.3


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

* Re: [PATCH] Bluetooth: Increment management interface revision
  2013-10-02 12:18 Marcel Holtmann
@ 2013-10-02 13:24 ` Johan Hedberg
  0 siblings, 0 replies; 33+ messages in thread
From: Johan Hedberg @ 2013-10-02 13:24 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: linux-bluetooth

Hi Marcel,

On Wed, Oct 02, 2013, Marcel Holtmann wrote:
> This patch increments the management interface revision due to the
> various fixes, improvements and other changes that have gone in
> lately.
> 
> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
> ---
>  net/bluetooth/mgmt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied. Thanks.

Johan

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

* [PATCH] Bluetooth: Increment management interface revision
@ 2013-10-02 12:18 Marcel Holtmann
  2013-10-02 13:24 ` Johan Hedberg
  0 siblings, 1 reply; 33+ messages in thread
From: Marcel Holtmann @ 2013-10-02 12:18 UTC (permalink / raw)
  To: linux-bluetooth

This patch increments the management interface revision due to the
various fixes, improvements and other changes that have gone in
lately.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
---
 net/bluetooth/mgmt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index b871632..7a8702d 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -33,7 +33,7 @@
 #include <net/bluetooth/smp.h>
 
 #define MGMT_VERSION	1
-#define MGMT_REVISION	3
+#define MGMT_REVISION	4
 
 static const u16 mgmt_commands[] = {
 	MGMT_OP_READ_INDEX_LIST,
-- 
1.8.3.1


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

end of thread, other threads:[~2022-01-26 17:30 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-07 10:02 [PATCH] Bluetooth: Increment management interface revision Marcel Holtmann
2020-12-07 11:08 ` bluez.test.bot
2020-12-07 13:47 ` [PATCH] " Johan Hedberg
  -- strict thread matches above, loose matches on Subject: below --
2022-01-26 17:30 Marcel Holtmann
2021-06-15 19:23 Marcel Holtmann
2020-07-30 17:40 Marcel Holtmann
2020-07-31 13:43 ` Johan Hedberg
2020-03-08  8:12 Marcel Holtmann
2020-03-08  8:50 ` Johan Hedberg
2020-01-15 20:35 Marcel Holtmann
2020-01-16  7:41 ` Johan Hedberg
2016-09-07 21:04 Szymon Janc
2016-07-13  7:57 Johan Hedberg
2016-07-13  8:03 ` Marcel Holtmann
2016-03-09 15:52 Johan Hedberg
2016-03-09 15:54 ` Marcel Holtmann
2015-11-23 13:07 Johan Hedberg
2015-11-23 13:15 ` Marcel Holtmann
2015-11-23 13:02 Marcel Holtmann
2015-06-18 16:58 Marcel Holtmann
2015-06-18 17:12 ` Johan Hedberg
2015-03-10 21:04 Marcel Holtmann
2015-03-11  7:29 ` Johan Hedberg
2014-12-03 18:52 Marcel Holtmann
2014-12-03 19:59 ` Johan Hedberg
2014-06-28 10:36 Marcel Holtmann
2014-06-28 14:55 ` Johan Hedberg
2014-05-09 11:18 Marcel Holtmann
2014-05-09 12:14 ` Johan Hedberg
2014-01-28 23:39 Marcel Holtmann
2014-01-29  0:06 ` Johan Hedberg
2013-10-02 12:18 Marcel Holtmann
2013-10-02 13:24 ` Johan Hedberg

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.