Bluetooth: bap: Remove EATT dependency

The EATT support is optional for BAP. The specification mandates the
minimum MTU supported to be 64 bytes.

As per BAP_v1.0
"The Unicast Server shall support a minimum ATT_MTU of 64 octets for
one Unenhanced ATT bearer, or for at least one Enhanced ATT bearer
if the Unicast Server supports Enhanced ATT bearers."

The same applies for other BAP roles.

Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
This commit is contained in:
Mariusz Skamra 2022-03-14 16:03:59 +01:00 committed by Carles Cufí
commit 26ff5a30d2
2 changed files with 1 additions and 3 deletions

View file

@ -10,10 +10,7 @@ config BT_AUDIO_UNICAST
bool
depends on BT_CONN
select BT_SMP
select BT_L2CAP_DYNAMIC_CHANNEL
select BT_ISO_UNICAST
select BT_L2CAP_ECRED
select BT_EATT
config BT_AUDIO_UNICAST_SERVER
bool "Bluetooth Unicast Audio Server Support [EXPERIMENTAL]"