| commit | bfba19dc41dd69a62d9a59e76dbda2888f392519 | [log] [tgz] |
|---|---|---|
| author | Rubin Gerritsen <rubin.gerritsen@nordicsemi.no> | Thu Jun 06 10:51:44 2024 +0200 |
| committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Fri Jun 14 19:17:48 2024 +0200 |
| tree | d152dfa3dc087f8eea8716b0d9ed003ec35f13d3 | |
| parent | 8739efe0fc603dc8e413c8006f1ecb6044330351 [diff] |
Bluetooth: Host: Add the API bt_hci_err_to_str() This API converts a HCI error code to a string. This can be useful if application developers want to print them in the applications. Later we can also use them in the host to improve debuggability. Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>