Bluetooth: audio: Add security requirements check
The LE Audio related profiles define specific security requirements that client have to met to gain access to related characteristics. This introduces internal wrapper API for GATT characteristics and CCC descriptors to ensure the security. Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
This commit is contained in:
parent
2241efedfb
commit
e0d36beb72
21 changed files with 646 additions and 573 deletions
|
@ -1,6 +1,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
zephyr_library()
|
||||
zephyr_library_sources(audio.c)
|
||||
|
||||
if (CONFIG_BT_VOCS OR CONFIG_BT_VOCS_CLIENT)
|
||||
zephyr_library_sources(vocs.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue