All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 1/1] monitor: Ellisys: Add iso packet support
@ 2022-10-22  3:13 xiaokeqinhealth
  2022-10-22  4:49 ` [BlueZ,1/1] " bluez.test.bot
  2022-10-24 20:00 ` [PATCH BlueZ 1/1] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 3+ messages in thread
From: xiaokeqinhealth @ 2022-10-22  3:13 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Yao Xiao

From: Yao Xiao <xiaoyao@rock-chips.com>

Ellisys Bluetooth Analyzer Injection API Services.pdf

HCI Packet Type Object
Value   HCI Packet Type
0x05    HCI ISO Data (host to controller)
0x85    HCI ISO Data (controller to host)
---
 monitor/ellisys.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/monitor/ellisys.c b/monitor/ellisys.c
index 61ac24c23..56d280e9b 100644
--- a/monitor/ellisys.c
+++ b/monitor/ellisys.c
@@ -131,6 +131,12 @@ void ellisys_inject_hci(struct timeval *tv, uint16_t index, uint16_t opcode,
 	case BTSNOOP_OPCODE_SCO_RX_PKT:
 		msg[20] = 0x83;
 		break;
+	case BTSNOOP_OPCODE_ISO_TX_PKT:
+		msg[20] = 0x05;
+		break;
+	case BTSNOOP_OPCODE_ISO_RX_PKT:
+		msg[20] = 0x85;
+		break;
 	default:
 		return;
 	}
-- 
2.25.1


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

* RE: [BlueZ,1/1] monitor: Ellisys: Add iso packet support
  2022-10-22  3:13 [PATCH BlueZ 1/1] monitor: Ellisys: Add iso packet support xiaokeqinhealth
@ 2022-10-22  4:49 ` bluez.test.bot
  2022-10-24 20:00 ` [PATCH BlueZ 1/1] " patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2022-10-22  4:49 UTC (permalink / raw)
  To: linux-bluetooth, xiaokeqinhealth

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

---Test result---

Test Summary:
CheckPatch                    PASS      1.03 seconds
GitLint                       PASS      0.71 seconds
Prep - Setup ELL              PASS      27.39 seconds
Build - Prep                  PASS      0.82 seconds
Build - Configure             PASS      8.49 seconds
Build - Make                  PASS      1010.70 seconds
Make Check                    PASS      11.85 seconds
Make Check w/Valgrind         PASS      298.46 seconds
Make Distcheck                PASS      260.13 seconds
Build w/ext ELL - Configure   PASS      9.76 seconds
Build w/ext ELL - Make        PASS      101.79 seconds
Incremental Build w/ patches  PASS      0.00 seconds
Scan Build                    PASS      555.57 seconds



---
Regards,
Linux Bluetooth


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

* Re: [PATCH BlueZ 1/1] monitor: Ellisys: Add iso packet support
  2022-10-22  3:13 [PATCH BlueZ 1/1] monitor: Ellisys: Add iso packet support xiaokeqinhealth
  2022-10-22  4:49 ` [BlueZ,1/1] " bluez.test.bot
@ 2022-10-24 20:00 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2022-10-24 20:00 UTC (permalink / raw)
  To: None; +Cc: linux-bluetooth, xiaoyao

Hello:

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

On Sat, 22 Oct 2022 11:13:33 +0800 you wrote:
> From: Yao Xiao <xiaoyao@rock-chips.com>
> 
> Ellisys Bluetooth Analyzer Injection API Services.pdf
> 
> HCI Packet Type Object
> Value   HCI Packet Type
> 0x05    HCI ISO Data (host to controller)
> 0x85    HCI ISO Data (controller to host)
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/1] monitor: Ellisys: Add iso packet support
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=6899322b68e5

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] 3+ messages in thread

end of thread, other threads:[~2022-10-24 21:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-22  3:13 [PATCH BlueZ 1/1] monitor: Ellisys: Add iso packet support xiaokeqinhealth
2022-10-22  4:49 ` [BlueZ,1/1] " bluez.test.bot
2022-10-24 20:00 ` [PATCH BlueZ 1/1] " patchwork-bot+bluetooth

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.