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 Low Energy (LE) features"
70 Bluetooth Low Energy includes support low-energy physical
71 layer available with Bluetooth version 4.0 or later.
74 bool "Bluetooth L2CAP Enhanced Credit Flow Control"
78 Bluetooth Low Energy L2CAP Enhanced Credit Flow Control available with
79 Bluetooth version 5.2 or later.
81 This can be overridden by passing bluetooth.enable_ecred=[1|0]
85 tristate "Bluetooth 6LoWPAN support"
88 IPv6 compression over Bluetooth Low Energy.
97 Bluetooth events.
114 bool "Export Bluetooth internals in debugfs"
118 Provide extensive information about internal Bluetooth states
122 bool "Bluetooth self testing support"
125 Run self tests when initializing the Bluetooth subsystem. This
129 When the Bluetooth subsystem is built as module, then the test
130 cases are run first thing at module load time. When the Bluetooth
139 Bluetooth Low Energy Secure Connections feature.
155 source "drivers/bluetooth/Kconfig"