Bluetooth: GATT: Kconfig: Remove redundant BT_CONN dependencies
subsys/bluetooth/host/Kconfig.gatt is already sourced within an 'if BT_CONN' in subsys/bluetooth/host/Kconfig. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
80ca3e064e
commit
5ef7eea6e2
|
@ -322,6 +322,7 @@ config BT_CREATE_CONN_TIMEOUT
|
|||
int "Timeout for pending LE Create Connection command in seconds"
|
||||
default 3
|
||||
range 1 65535
|
||||
|
||||
endif # BT_CONN
|
||||
|
||||
if BT_OBSERVER
|
||||
|
|
|
@ -125,7 +125,7 @@ endif # BT_GAP_PERIPHERAL_PREF_PARAMS
|
|||
|
||||
config BT_DEVICE_NAME_GATT_WRITABLE
|
||||
bool "Allow to write name by remote GATT clients"
|
||||
depends on BT_CONN && BT_DEVICE_NAME_DYNAMIC
|
||||
depends on BT_DEVICE_NAME_DYNAMIC
|
||||
default y
|
||||
help
|
||||
Enabling this option allows remote GATT clients to write to device
|
||||
|
@ -135,14 +135,12 @@ if BT_DEBUG
|
|||
|
||||
config BT_DEBUG_ATT
|
||||
bool "Bluetooth Attribute Protocol (ATT) debug"
|
||||
depends on BT_CONN
|
||||
help
|
||||
This option enables debug support for the Bluetooth
|
||||
Attribute Protocol (ATT).
|
||||
|
||||
config BT_DEBUG_GATT
|
||||
bool "Bluetooth Generic Attribute Profile (GATT) debug"
|
||||
depends on BT_CONN
|
||||
help
|
||||
This option enables debug support for the Bluetooth
|
||||
Generic Attribute Profile (GATT).
|
||||
|
|
Loading…
Reference in a new issue