2024-04-03 16:46:11

by Pauli Virtanen

[permalink] [raw]
Subject: [PATCH BlueZ v5 1/7] lib: add BT_SCM_ERROR

Add new CMSG type used in new kernel TX timestamping support.
---
lib/bluetooth.h | 1 +
1 file changed, 1 insertion(+)

diff --git a/lib/bluetooth.h b/lib/bluetooth.h
index 75dc960c8..a4ed65d0b 100644
--- a/lib/bluetooth.h
+++ b/lib/bluetooth.h
@@ -141,6 +141,7 @@ struct bt_voice {
#define BT_PKT_STATUS 16

#define BT_SCM_PKT_STATUS 0x03
+#define BT_SCM_ERROR 0x04

#define BT_ISO_QOS 17

--
2.44.0



2024-04-03 17:11:56

by bluez.test.bot

[permalink] [raw]
Subject: RE: tests: add TX timestamping tests

This is an automated email and please do not reply to this email.

Dear Submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
While preparing the CI tests, the patches you submitted couldn't be applied to the current HEAD of the repository.

----- Output -----

error: patch failed: tools/iso-tester.c:34
error: tools/iso-tester.c: patch does not apply
hint: Use 'git am --show-current-patch' to see the failed patch

Please resolve the issue and submit the patches again.


---
Regards,
Linux Bluetooth

2024-04-03 17:15:05

by Luiz Augusto von Dentz

[permalink] [raw]
Subject: Re: tests: add TX timestamping tests

Hi Pauli,

On Wed, Apr 3, 2024 at 1:11 PM <[email protected]> wrote:
>
> This is an automated email and please do not reply to this email.
>
> Dear Submitter,
>
> Thank you for submitting the patches to the linux bluetooth mailing list.
> While preparing the CI tests, the patches you submitted couldn't be applied to the current HEAD of the repository.
>
> ----- Output -----
>
> error: patch failed: tools/iso-tester.c:34
> error: tools/iso-tester.c: patch does not apply
> hint: Use 'git am --show-current-patch' to see the failed patch
>
> Please resolve the issue and submit the patches again.

You probably need to rebase these changes, Ive pushed a couple of
changes to iso-tester yesterday.

--
Luiz Augusto von Dentz