commit | 249d4774f372bdbbea59c485d4c7d0c1a2a7d336 | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Thu Jan 05 11:33:47 2023 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Jan 09 12:18:03 2023 +0100 |
tree | dec84f9643c795d33bcea6be89d8476df825d2e7 | |
parent | 11aa8454f01dc986eb78d663a926cb0b9168a2c4 [diff] |
Bluetooth: Audio: Add bt_audio_dir_str to improve logging of dir The direction of a stream/endpoint/parameter has just been logged as a unsigned integer. This commits adds a value -> string internal function that would log BT_AUDIO_DIR_SINK as "sink" and BT_AUDIO_DIR_SOURCE as "source". Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>