* [PATCH BlueZ v1] bap: Fix not setting adapter address type
@ 2024-03-22 13:36 Luiz Augusto von Dentz
2024-03-22 15:39 ` [BlueZ,v1] " bluez.test.bot
0 siblings, 1 reply; 2+ messages in thread
From: Luiz Augusto von Dentz @ 2024-03-22 13:36 UTC (permalink / raw)
To: linux-bluetooth
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This fixes not setting adapter address type when listening for
broadcasters (aka Broadcast Sink).
---
profiles/audio/bap.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/profiles/audio/bap.c b/profiles/audio/bap.c
index 38900771a..ec55614ca 100644
--- a/profiles/audio/bap.c
+++ b/profiles/audio/bap.c
@@ -2737,6 +2737,8 @@ static int short_lived_pa_sync(struct bap_bcast_pa_req *req)
NULL, &err,
BT_IO_OPT_SOURCE_BDADDR,
btd_adapter_get_address(data->adapter),
+ BT_IO_OPT_SOURCE_TYPE,
+ btd_adapter_get_address_type(data->adapter),
BT_IO_OPT_DEST_BDADDR,
device_get_address(data->device),
BT_IO_OPT_DEST_TYPE,
--
2.44.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* RE: [BlueZ,v1] bap: Fix not setting adapter address type
2024-03-22 13:36 [PATCH BlueZ v1] bap: Fix not setting adapter address type Luiz Augusto von Dentz
@ 2024-03-22 15:39 ` bluez.test.bot
0 siblings, 0 replies; 2+ messages in thread
From: bluez.test.bot @ 2024-03-22 15:39 UTC (permalink / raw)
To: linux-bluetooth, luiz.dentz
[-- Attachment #1: Type: text/plain, Size: 949 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=837373
---Test result---
Test Summary:
CheckPatch PASS 0.42 seconds
GitLint PASS 0.30 seconds
BuildEll PASS 23.97 seconds
BluezMake PASS 1677.34 seconds
MakeCheck PASS 13.71 seconds
MakeDistcheck PASS 177.31 seconds
CheckValgrind PASS 248.26 seconds
CheckSmatch PASS 349.49 seconds
bluezmakeextell PASS 119.58 seconds
IncrementalBuild PASS 1488.70 seconds
ScanBuild PASS 1007.54 seconds
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-03-22 15:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-22 13:36 [PATCH BlueZ v1] bap: Fix not setting adapter address type Luiz Augusto von Dentz
2024-03-22 15:39 ` [BlueZ,v1] " bluez.test.bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).