Skip to content

Commit 26ff5a3

Browse files
MariuszSkamracarlescufi
authored andcommitted
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 <[email protected]>
1 parent a199291 commit 26ff5a3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

subsys/bluetooth/audio/Kconfig.baps

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ config BT_AUDIO_UNICAST
1010
bool
1111
depends on BT_CONN
1212
select BT_SMP
13-
select BT_L2CAP_DYNAMIC_CHANNEL
1413
select BT_ISO_UNICAST
15-
select BT_L2CAP_ECRED
16-
select BT_EATT
1714

1815
config BT_AUDIO_UNICAST_SERVER
1916
bool "Bluetooth Unicast Audio Server Support [EXPERIMENTAL]"

subsys/bluetooth/host/Kconfig.l2cap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ config BT_L2CAP_TX_MTU
3232
default 253 if BT_BREDR
3333
default 69 if BT_MESH_GATT
3434
default 65 if BT_SMP
35+
default 64 if BT_AUDIO_UNICAST_SERVER || BT_AUDIO_UNICAST_CLIENT || BT_AUDIO_BROADCAST_SINK || BT_BASS || BT_BASS_CLIENT
3536
default 23
3637
range 65 2000 if BT_SMP
3738
range 23 2000

0 commit comments

Comments
 (0)