Bluetooth: Audio: Rename stream_lang to lang

Remove the "stream" part of the value and functions to
better fit with the name in the assigned numbers document.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
Emil Gydesen 2024-05-10 15:07:19 +02:00 committed by Anas Nashif
commit f08bc644a1
9 changed files with 78 additions and 75 deletions

View file

@ -65,7 +65,7 @@ static inline bool valid_metadata_type(uint8_t type, uint8_t len)
}
return true;
case BT_AUDIO_METADATA_TYPE_STREAM_LANG:
case BT_AUDIO_METADATA_TYPE_LANG:
if (len != 3) {
return false;
}