commit | aa990ae6dc486152aca0754c6fdd806b7d1b4832 | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Thu May 18 17:37:19 2023 +0200 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Tue Aug 15 11:14:29 2023 +0000 |
tree | af8ea8cf750a664d161dc43300b04523fd08cd3b | |
parent | 00e94614899ecb30e2ae101eacbfb3ee03b5289f [diff] |
Bluetooth: Audio: Refactor bt_audio_codec_cap to flat arrays Refactor the bt_audio_codec_cap to use flat arrays to store metadata and codec specific capabilities. The purpose of this is to make it easier to copy the data between layers, but also to support non-LTV data for non-LC3 codec capabilities. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>