Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
applications: nrf5340_audio: Utilize <err>_to_str() APIs
When developing Bluetooth applications, you typically run into some errors. If you are an experienced Bluetooth developer, you would typically know how to translate the error codes into string representations. Others might not. This commit starts using `bt_hci_err_to_str()` and `bt_security_err_to_str()`. To enable string printing, enable `CONFIG_BT_HCI_ERR_TO_STR` and `CONFIG_BT_SECURITY_ERR_TO_STR`. The format used is equal to the one added in zephyrproject-rtos/zephyr#75442. Signed-off-by: Rubin Gerritsen <[email protected]>
- Loading branch information