Commit 8c29bb0
Bluetooth: TBS: Replace CHECKIF with if
The usage of CHECKIF has been replaced with a regular
if. The reason for this is that higher layer may depend
on some of the checks defined by the API, and the higher
layers cannot do that properly if the checks can be
removed via a Kconfig option.
Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>1 parent 50d57b2 commit 8c29bb0
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
2257 | 2256 | | |
2258 | 2257 | | |
2259 | 2258 | | |
2260 | | - | |
| 2259 | + | |
2261 | 2260 | | |
2262 | 2261 | | |
2263 | 2262 | | |
| |||
0 commit comments