[PW_SID:1123298] [BlueZ,v1] shared/bap: Use util_ltv_foreach to process metadata#2279
[PW_SID:1123298] [BlueZ,v1] shared/bap: Use util_ltv_foreach to process metadata#2279BluezTestBot wants to merge 1 commit into
Conversation
This makes use of util_ltv_foreach to process the metadata entries instead of attempting to iterate over the entries manually which probably only works with the exact same order as used by PTS.
|
CheckPatch |
|
GitLint |
Up to standards ✅🟢 Issues
|
|
BuildEll |
|
BluezMake |
|
MakeCheck |
|
MakeDistcheck |
|
CheckValgrind |
|
CheckSmatch |
|
bluezmakeextell |
|
IncrementalBuild |
|
ScanBuild |
From: Luiz Augusto von Dentz luiz.von.dentz@intel.com
This makes use of util_ltv_foreach to process the metadata entries
instead of attempting to iterate over the entries manually which
probably only works with the exact same order as used by PTS.
src/shared/bap.c | 88 +++++++++++++++++++++++++++++++++---------------
1 file changed, 61 insertions(+), 27 deletions(-)