commit | 425f3f4b0a894c82f1e32fe6fa34ef8ae10b4b64 | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Tue May 06 00:23:33 2025 +0200 |
committer | Benjamin Cabé <kartben@gmail.com> | Thu May 08 01:58:01 2025 +0200 |
tree | bd5d473cb48e24d346b8926a018d5a20173efd67 | |
parent | fa53d93107b82d1af92ca0eae959300480fa24de [diff] |
Bluetooth: Audio: Rename ctx type prohibited to none The context type PROHIBITED has been removed from the Bluetooth assigned numbers document. It is, however, still used in some profiles to indicate either "No context type supported" or "None available", and thus a rename to "NONE" makes sense. It is still treating similar to prohibited in some cases, as it is not a valid context type in all cases. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>