All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] shared/util: Add CAS, HAS, TMAS and PBAS UUIDs
@ 2023-01-28  6:37 Marcin Kraglak
  2023-01-28  6:37 ` [PATCH 2/2] AUTHORS: Update Marcin's email Marcin Kraglak
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Marcin Kraglak @ 2023-01-28  6:37 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Marcin Kraglak

Add UUIDs for: Common Audio service, Hearing Aid service,
TMAS service and Public Broadcast Announcement service.
---
 src/shared/util.c | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/src/shared/util.c b/src/shared/util.c
index 69abfba31..2f0ae0e86 100644
--- a/src/shared/util.c
+++ b/src/shared/util.c
@@ -447,7 +447,11 @@ static const struct {
 	{ 0x1850, "Published Audio Capabilities"		},
 	{ 0x1851, "Basic Audio Announcement"			},
 	{ 0x1852, "Broadcast Audio Announcement"		},
-	/* 0x1853 to 0x27ff undefined */
+	{ 0x1853, "Common Audio"				},
+	{ 0x1854, "Hearing Aid"					},
+	{ 0x1855, "Telephony and Media Audio"			},
+	{ 0x1856, "Public Broadcast Announcement"		},
+	/* 0x1857 to 0x27ff undefined */
 	{ 0x2800, "Primary Service"				},
 	{ 0x2801, "Secondary Service"				},
 	{ 0x2802, "Include"					},
@@ -681,6 +685,7 @@ static const struct {
 	{ 0x2b29, "Client Supported Features"			},
 	{ 0x2b2A, "Database Hash"				},
 	{ 0x2b3a, "Server Supported Features"			},
+	{ 0x2b51, "Telephony and Media Audio Profile Role"	},
 	{ 0x2b77, "Audio Input State"				},
 	{ 0x2b78, "Gain Settings Attribute"			},
 	{ 0x2b79, "Audio Input Type"				},
@@ -751,6 +756,9 @@ static const struct {
 	{ 0x2bcc, "Source Audio Locations"			},
 	{ 0x2bcd, "Available Audio Contexts"			},
 	{ 0x2bce, "Supported Audio Contexts"			},
+	{ 0x2bda, "Hearing Aid Features"			},
+	{ 0x2bdb, "Hearing Aid Preset Control Point"		},
+	{ 0x2bdc, "Active Preset Index"				},
 	/* vendor defined */
 	{ 0xfeff, "GN Netcom"					},
 	{ 0xfefe, "GN ReSound A/S"				},
-- 
2.39.1


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

* [PATCH 2/2] AUTHORS: Update Marcin's email
  2023-01-28  6:37 [PATCH 1/2] shared/util: Add CAS, HAS, TMAS and PBAS UUIDs Marcin Kraglak
@ 2023-01-28  6:37 ` Marcin Kraglak
  2023-01-28  8:16 ` [1/2] shared/util: Add CAS, HAS, TMAS and PBAS UUIDs bluez.test.bot
  2023-01-30 21:40 ` [PATCH 1/2] " patchwork-bot+bluetooth
  2 siblings, 0 replies; 6+ messages in thread
From: Marcin Kraglak @ 2023-01-28  6:37 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Marcin Kraglak

---
 AUTHORS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/AUTHORS b/AUTHORS
index 291d9b049..5d2d09688 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -84,7 +84,7 @@ Petri Gynther <pgynther@google.com>
 Scott James Remnant <scott@netsplit.com>
 Jakub Tyszkowski <jakub.tyszkowski@tieto.com>
 Grzegorz Kołodziejczyk <grzegorz.kolodziejczyk@codecoup.pl>
-Marcin Krąglak <marcin.kraglak@tieto.com>
+Marcin Krąglak <marcin.kraglak@telink-semi.com>
 Łukasz Rymanowski <lukasz.rymanowski@codecoup.pl>
 Jerzy Kasenberg <jerzy.kasenberg@tieto.com>
 Arman Uguray <armansito@chromium.org>
-- 
2.39.1


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

* RE: [1/2] shared/util: Add CAS, HAS, TMAS and PBAS UUIDs
  2023-01-28  6:37 [PATCH 1/2] shared/util: Add CAS, HAS, TMAS and PBAS UUIDs Marcin Kraglak
  2023-01-28  6:37 ` [PATCH 2/2] AUTHORS: Update Marcin's email Marcin Kraglak
@ 2023-01-28  8:16 ` bluez.test.bot
  2023-01-30 21:40 ` [PATCH 1/2] " patchwork-bot+bluetooth
  2 siblings, 0 replies; 6+ messages in thread
From: bluez.test.bot @ 2023-01-28  8:16 UTC (permalink / raw)
  To: linux-bluetooth, marcin.kraglak

[-- Attachment #1: Type: text/plain, Size: 946 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=716526

---Test result---

Test Summary:
CheckPatch                    PASS      0.64 seconds
GitLint                       PASS      0.49 seconds
BuildEll                      PASS      26.46 seconds
BluezMake                     PASS      771.91 seconds
MakeCheck                     PASS      10.72 seconds
MakeDistcheck                 PASS      147.81 seconds
CheckValgrind                 PASS      239.91 seconds
CheckSmatch                   PASS      319.65 seconds
bluezmakeextell               PASS      96.13 seconds
IncrementalBuild              PASS      1222.26 seconds
ScanBuild                     PASS      961.02 seconds



---
Regards,
Linux Bluetooth


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

* Re: [PATCH 1/2] shared/util: Add CAS, HAS, TMAS and PBAS UUIDs
  2023-01-28  6:37 [PATCH 1/2] shared/util: Add CAS, HAS, TMAS and PBAS UUIDs Marcin Kraglak
  2023-01-28  6:37 ` [PATCH 2/2] AUTHORS: Update Marcin's email Marcin Kraglak
  2023-01-28  8:16 ` [1/2] shared/util: Add CAS, HAS, TMAS and PBAS UUIDs bluez.test.bot
@ 2023-01-30 21:40 ` patchwork-bot+bluetooth
  2 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+bluetooth @ 2023-01-30 21:40 UTC (permalink / raw)
  To: Marcin Kraglak; +Cc: linux-bluetooth

Hello:

This series was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Sat, 28 Jan 2023 07:37:32 +0100 you wrote:
> Add UUIDs for: Common Audio service, Hearing Aid service,
> TMAS service and Public Broadcast Announcement service.
> ---
>  src/shared/util.c | 10 +++++++++-
>  1 file changed, 9 insertions(+), 1 deletion(-)

Here is the summary with links:
  - [1/2] shared/util: Add CAS, HAS, TMAS and PBAS UUIDs
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=efba4618dd2d
  - [2/2] AUTHORS: Update Marcin's email
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=eee6a75adc93

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [PATCH 1/2] shared/util: Add CAS, HAS, TMAS and PBAS UUIDs
  2023-01-27 11:35 Marcin Kraglak
@ 2023-01-27 20:11 ` Luiz Augusto von Dentz
  0 siblings, 0 replies; 6+ messages in thread
From: Luiz Augusto von Dentz @ 2023-01-27 20:11 UTC (permalink / raw)
  To: Marcin Kraglak; +Cc: linux-bluetooth

Hi Marcin,

On Fri, Jan 27, 2023 at 3:42 AM Marcin Kraglak
<marcin.kraglak@telink-semi.com> wrote:
>
> Add UUIDs for: Common Audio service, Hearing Aid service,
> TMAS service and Public Broadcast Announcement service.
> ---
>  src/shared/util.c | 10 +++++++++-
>  1 file changed, 9 insertions(+), 1 deletion(-)
>
> diff --git a/src/shared/util.c b/src/shared/util.c
> index 69abfba31..1ff9c56fc 100644
> --- a/src/shared/util.c
> +++ b/src/shared/util.c
> @@ -447,7 +447,11 @@ static const struct {
>         { 0x1850, "Published Audio Capabilities"                },
>         { 0x1851, "Basic Audio Announcement"                    },
>         { 0x1852, "Broadcast Audio Announcement"                },
> -       /* 0x1853 to 0x27ff undefined */
> +       { 0x1853, "Common Audio"                                },
> +       { 0x1854, "Hearing Aid"                                 },
> +       { 0x1855, "TMAS"                                        },

We don't use the abbreviation here, so it should be Telephony and Media Audio

> +       { 0x1856, "Public Broadcast Announcement"               },
> +       /* 0x1857 to 0x27ff undefined */
>         { 0x2800, "Primary Service"                             },
>         { 0x2801, "Secondary Service"                           },
>         { 0x2802, "Include"                                     },
> @@ -681,6 +685,7 @@ static const struct {
>         { 0x2b29, "Client Supported Features"                   },
>         { 0x2b2A, "Database Hash"                               },
>         { 0x2b3a, "Server Supported Features"                   },
> +       { 0x2b51, "TMAP Role"                                   },

Ditto.

>         { 0x2b77, "Audio Input State"                           },
>         { 0x2b78, "Gain Settings Attribute"                     },
>         { 0x2b79, "Audio Input Type"                            },
> @@ -751,6 +756,9 @@ static const struct {
>         { 0x2bcc, "Source Audio Locations"                      },
>         { 0x2bcd, "Available Audio Contexts"                    },
>         { 0x2bce, "Supported Audio Contexts"                    },
> +       { 0x2bda, "Hearing Aid Features"                        },
> +       { 0x2bdb, "Hearing Aid Preset Control Point"            },
> +       { 0x2bdc, "Active Preset Index"                         },
>         /* vendor defined */
>         { 0xfeff, "GN Netcom"                                   },
>         { 0xfefe, "GN ReSound A/S"                              },
> --
> 2.39.0
>


-- 
Luiz Augusto von Dentz

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

* [PATCH 1/2] shared/util: Add CAS, HAS, TMAS and PBAS UUIDs
@ 2023-01-27 11:35 Marcin Kraglak
  2023-01-27 20:11 ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 6+ messages in thread
From: Marcin Kraglak @ 2023-01-27 11:35 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Marcin Kraglak

Add UUIDs for: Common Audio service, Hearing Aid service,
TMAS service and Public Broadcast Announcement service.
---
 src/shared/util.c | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/src/shared/util.c b/src/shared/util.c
index 69abfba31..1ff9c56fc 100644
--- a/src/shared/util.c
+++ b/src/shared/util.c
@@ -447,7 +447,11 @@ static const struct {
 	{ 0x1850, "Published Audio Capabilities"		},
 	{ 0x1851, "Basic Audio Announcement"			},
 	{ 0x1852, "Broadcast Audio Announcement"		},
-	/* 0x1853 to 0x27ff undefined */
+	{ 0x1853, "Common Audio"				},
+	{ 0x1854, "Hearing Aid"					},
+	{ 0x1855, "TMAS"					},
+	{ 0x1856, "Public Broadcast Announcement"		},
+	/* 0x1857 to 0x27ff undefined */
 	{ 0x2800, "Primary Service"				},
 	{ 0x2801, "Secondary Service"				},
 	{ 0x2802, "Include"					},
@@ -681,6 +685,7 @@ static const struct {
 	{ 0x2b29, "Client Supported Features"			},
 	{ 0x2b2A, "Database Hash"				},
 	{ 0x2b3a, "Server Supported Features"			},
+	{ 0x2b51, "TMAP Role"					},
 	{ 0x2b77, "Audio Input State"				},
 	{ 0x2b78, "Gain Settings Attribute"			},
 	{ 0x2b79, "Audio Input Type"				},
@@ -751,6 +756,9 @@ static const struct {
 	{ 0x2bcc, "Source Audio Locations"			},
 	{ 0x2bcd, "Available Audio Contexts"			},
 	{ 0x2bce, "Supported Audio Contexts"			},
+	{ 0x2bda, "Hearing Aid Features"			},
+	{ 0x2bdb, "Hearing Aid Preset Control Point"		},
+	{ 0x2bdc, "Active Preset Index"				},
 	/* vendor defined */
 	{ 0xfeff, "GN Netcom"					},
 	{ 0xfefe, "GN ReSound A/S"				},
-- 
2.39.0


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

end of thread, other threads:[~2023-01-30 21:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-28  6:37 [PATCH 1/2] shared/util: Add CAS, HAS, TMAS and PBAS UUIDs Marcin Kraglak
2023-01-28  6:37 ` [PATCH 2/2] AUTHORS: Update Marcin's email Marcin Kraglak
2023-01-28  8:16 ` [1/2] shared/util: Add CAS, HAS, TMAS and PBAS UUIDs bluez.test.bot
2023-01-30 21:40 ` [PATCH 1/2] " patchwork-bot+bluetooth
  -- strict thread matches above, loose matches on Subject: below --
2023-01-27 11:35 Marcin Kraglak
2023-01-27 20:11 ` Luiz Augusto von Dentz

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.