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:
parent
57af793bb4
commit
f08bc644a1
9 changed files with 78 additions and 75 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue