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
2 changed files with 2 additions and 3 deletions
|
@ -322,6 +322,7 @@ config BT_CREATE_CONN_TIMEOUT
|
||||||
int "Timeout for pending LE Create Connection command in seconds"
|
int "Timeout for pending LE Create Connection command in seconds"
|
||||||
default 3
|
default 3
|
||||||
range 1 65535
|
range 1 65535
|
||||||
|
|
||||||
endif # BT_CONN
|
endif # BT_CONN
|
||||||
|
|
||||||
if BT_OBSERVER
|
if BT_OBSERVER
|
||||||
|
|
|
@ -125,7 +125,7 @@ endif # BT_GAP_PERIPHERAL_PREF_PARAMS
|
||||||
|
|
||||||
config BT_DEVICE_NAME_GATT_WRITABLE
|
config BT_DEVICE_NAME_GATT_WRITABLE
|
||||||
bool "Allow to write name by remote GATT clients"
|
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
|
default y
|
||||||
help
|
help
|
||||||
Enabling this option allows remote GATT clients to write to device
|
Enabling this option allows remote GATT clients to write to device
|
||||||
|
@ -135,14 +135,12 @@ if BT_DEBUG
|
||||||
|
|
||||||
config BT_DEBUG_ATT
|
config BT_DEBUG_ATT
|
||||||
bool "Bluetooth Attribute Protocol (ATT) debug"
|
bool "Bluetooth Attribute Protocol (ATT) debug"
|
||||||
depends on BT_CONN
|
|
||||||
help
|
help
|
||||||
This option enables debug support for the Bluetooth
|
This option enables debug support for the Bluetooth
|
||||||
Attribute Protocol (ATT).
|
Attribute Protocol (ATT).
|
||||||
|
|
||||||
config BT_DEBUG_GATT
|
config BT_DEBUG_GATT
|
||||||
bool "Bluetooth Generic Attribute Profile (GATT) debug"
|
bool "Bluetooth Generic Attribute Profile (GATT) debug"
|
||||||
depends on BT_CONN
|
|
||||||
help
|
help
|
||||||
This option enables debug support for the Bluetooth
|
This option enables debug support for the Bluetooth
|
||||||
Generic Attribute Profile (GATT).
|
Generic Attribute Profile (GATT).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue