Bluetooth: Add CONFIG_BLUETOOTH_L2CAP_DYNAMIC_CHANNEL
This adds an option to enable L2CAP dynamic channel support, fixed channels are not affected by it. Change-Id: If36bece46b7b94142ea1ac976b878d1b5ae6a578 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
parent
4a41da9b38
commit
d55e4ca91c
5 changed files with 49 additions and 33 deletions
|
@ -45,6 +45,11 @@ config BLUETOOTH_SMP
|
|||
prompt "Security Manager Protocol support"
|
||||
default n
|
||||
|
||||
config BLUETOOTH_L2CAP_DYNAMIC_CHANNEL
|
||||
bool
|
||||
prompt "L2CAP Dynamic Channel support"
|
||||
default n
|
||||
|
||||
config BLUETOOTH_SIGNING
|
||||
bool
|
||||
prompt "Data signing support"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue