Bluetooth: Refactor l2cap into two protocols l2cap and bluetooth
This commits splits the address handling into bluetooth protocol and does the rest in l2cap. This is to allow for a different struct for sco and l2cap. Change-Id: I4c577691118613cd3be75eb7ef191fd2f07d742d Reviewed-on: https://review.haiku-os.org/c/haiku/+/11181 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
91994efedd
commit
94deadca17
@@ -163,6 +163,7 @@ SYSTEM_SERVERS += [ FFilterByBuildFeatures
|
||||
|
||||
# Bluetooth stack + drivers
|
||||
SYSTEM_NETWORK_PROTOCOLS +=
|
||||
bluetooth
|
||||
l2cap
|
||||
;
|
||||
SYSTEM_BT_STACK =
|
||||
|
||||
Reference in New Issue
Block a user