Lines Matching full:bluetooth
3 # Bluetooth subsystem configuration
7 tristate "Bluetooth subsystem support"
20 Bluetooth is low-cost, low-power, short-range wireless technology.
22 technologies like IrDA. Bluetooth operates in personal area range
24 Bluetooth can be found at <https://www.bluetooth.com/>.
26 Linux Bluetooth subsystem consist of several layers:
27 Bluetooth Core
35 BNEP Module (Bluetooth Network Encapsulation Protocol)
39 Say Y here to compile Bluetooth support into the kernel or say M to
40 compile it as module (bluetooth).
42 To use Linux Bluetooth subsystem, you will need several user-space
44 to Bluetooth kernel modules are provided in the BlueZ packages. For
48 bool "Bluetooth Classic (BR/EDR) features"
52 Bluetooth Classic includes support for Basic Rate (BR)
53 available with Bluetooth version 1.0b or later and support
54 for Enhanced Data Rate (EDR) available with Bluetooth
57 source "net/bluetooth/rfcomm/Kconfig"
59 source "net/bluetooth/bnep/Kconfig"
61 source "net/bluetooth/cmtp/Kconfig"
63 source "net/bluetooth/hidp/Kconfig"
66 bool "Bluetooth High Speed (HS) features"
69 Bluetooth High Speed includes support for off-loading
70 Bluetooth connections via 802.11 (wifi) physical layer
71 available with Bluetooth version 3.0 or later.
74 bool "Bluetooth Low Energy (LE) features"
78 Bluetooth Low Energy includes support low-energy physical
79 layer available with Bluetooth version 4.0 or later.
82 bool "Bluetooth L2CAP Enhanced Credit Flow Control"
86 Bluetooth Low Energy L2CAP Enhanced Credit Flow Control available with
87 Bluetooth version 5.2 or later.
89 This can be overridden by passing bluetooth.enable_ecred=[1|0]
93 tristate "Bluetooth 6LoWPAN support"
96 IPv6 compression over Bluetooth Low Energy.
105 Bluetooth events.
122 bool "Export Bluetooth internals in debugfs"
126 Provide extensive information about internal Bluetooth states
130 bool "Bluetooth self testing support"
133 Run self tests when initializing the Bluetooth subsystem. This
137 When the Bluetooth subsystem is built as module, then the test
138 cases are run first thing at module load time. When the Bluetooth
147 Bluetooth Low Energy Secure Connections feature.
163 source "drivers/bluetooth/Kconfig"