Bluetooth: Kconfig: Be consistent with terminology
We don't use "Bluetooth Smart" anywhere, so we shouldn't use "Bluetooth Classic" either. Instead, stick to the more technical "LE" and "BR/EDR" terms. Change-Id: Iadfc1c090205e0f417081d63ebe43172c5708a18 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
8dc991855e
commit
463dba22f3
1 changed files with 2 additions and 2 deletions
|
@ -238,9 +238,9 @@ config BLUETOOTH_DEBUG_GATT
|
||||||
endif # BLUETOOTH_DEBUG
|
endif # BLUETOOTH_DEBUG
|
||||||
|
|
||||||
config BLUETOOTH_BREDR
|
config BLUETOOTH_BREDR
|
||||||
bool "Bluetooth classic (BR/EDR) support [EXPERIMENTAL]"
|
bool "Bluetooth BR/EDR support [EXPERIMENTAL]"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
This option enables classic bluetooth support"
|
This option enables Bluetooth BR/EDR support"
|
||||||
|
|
||||||
endif # BLUETOOTH
|
endif # BLUETOOTH
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue