commit | a472133587c00462e405f0bd2dfdf5d342b0a3e4 | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Wed Feb 28 14:53:35 2024 +0100 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Thu Mar 07 10:58:32 2024 +0000 |
tree | 7d69e684f45cec993ed49f1da7c15e1059bf7dba | |
parent | 1e11bbe1f860f9f1b99d05c2b5b986ef6bbe3934 [diff] |
Bluetooth: BAP: Apply missing guards for Kconfig values Some pieces of code were missing proper guards for Kconfig values, which could cause compile issues The massive amount of #if in bap.c clearly indicates that the file should be split, as it contains many things that are specific for various roles. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>