Message ID | 20240325131910.324811-2-vlad.pruteanu@nxp.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 74545026520a35c48349796246b6423285e10b0a |
Headers | show |
Series | bap: Fix setting adapter address type for unicast | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/CheckPatch | success | CheckPatch PASS |
tedd_an/GitLint | success | Gitlint PASS |
tedd_an/BuildEll | success | Build ELL PASS |
tedd_an/BluezMake | success | Bluez Make PASS |
tedd_an/MakeCheck | success | Bluez Make Check PASS |
tedd_an/MakeDistcheck | success | Make Distcheck PASS |
tedd_an/CheckValgrind | success | Check Valgrind PASS |
tedd_an/CheckSmatch | success | CheckSparse PASS |
tedd_an/bluezmakeextell | success | Make External ELL PASS |
tedd_an/IncrementalBuild | success | Incremental Build PASS |
tedd_an/ScanBuild | success | Scan Build PASS |
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=837881 ---Test result--- Test Summary: CheckPatch PASS 0.30 seconds GitLint PASS 0.22 seconds BuildEll PASS 24.44 seconds BluezMake PASS 1734.50 seconds MakeCheck PASS 13.28 seconds MakeDistcheck PASS 174.87 seconds CheckValgrind PASS 244.47 seconds CheckSmatch PASS 350.29 seconds bluezmakeextell PASS 120.25 seconds IncrementalBuild PASS 1517.35 seconds ScanBuild PASS 1005.29 seconds --- Regards, Linux Bluetooth
diff --git a/profiles/audio/bap.c b/profiles/audio/bap.c index 315eff729..030aa6ffe 100644 --- a/profiles/audio/bap.c +++ b/profiles/audio/bap.c @@ -1857,7 +1857,7 @@ static void setup_connect_io(struct bap_data *data, struct bap_setup *setup, BT_IO_OPT_SOURCE_BDADDR, btd_adapter_get_address(adapter), BT_IO_OPT_SOURCE_TYPE, - btd_adapter_get_address_type(data->adapter), + btd_adapter_get_address_type(adapter), BT_IO_OPT_DEST_BDADDR, device_get_address(data->device), BT_IO_OPT_DEST_TYPE,