From e52f05e1d6645ee67e5206cfe6c49a7303200054 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 10 Oct 2025 13:21:37 -0400 Subject: [PATCH] client: Add script that setup a broadcast source with 2 BIS This adds a testing script which setups 2 BIS Broadcast Source, one for the left and another for right location. --- client/scripts/broadcast-source-2bis.bt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 client/scripts/broadcast-source-2bis.bt diff --git a/client/scripts/broadcast-source-2bis.bt b/client/scripts/broadcast-source-2bis.bt new file mode 100644 index 000000000..35b184633 --- /dev/null +++ b/client/scripts/broadcast-source-2bis.bt @@ -0,0 +1,19 @@ +power on +endpoint.register 00001852-0000-1000-8000-00805f9b34fb 0x06 +y +a +3 +4 +endpoint.config /org/bluez/hci0/pac_bcast0 /local/endpoint/ep0 16_2_1 +1 +a +a +1 +0x03 0x02 0x04 0x00 +endpoint.config /org/bluez/hci0/pac_bcast0 /local/endpoint/ep0 16_2_1 +1 +a +a +2 +0x03 0x02 0x04 0x00 +transport.acquire /org/bluez/hci0/pac_bcast0/fd0 /org/bluez/hci0/pac_bcast0/fd1 -- 2.47.3