zephyrproject-rtos/zephyr

LE Audio: Change BSIM test to use LOG instead of printk

Geschlossen

#71.302 geöffnet am 10.04.2024

 (1 Kommentar) (0 Reaktionen) (2 zugewiesene Personen)C (9.144 Forks)batch import
EnhancementGood first issuearea: Bluetootharea: Bluetooth Audio

Repository-Metriken

Stars
 (15.249 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Is your enhancement proposal related to a problem? Please describe. Currently the LE Audio BSIM are using printk for logging purposes, where the logging system is more suitable.

Describe the solution you'd like Modify all occurrences of printk to an appropriate log level. We do not need to log everything in all cases.

Describe alternatives you've considered N/A

Additional context N/A

Contributor Guide