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
34 BNEP Module (Bluetooth Network Encapsulation Protocol)
38 Say Y here to compile Bluetooth support into the kernel or say M to
39 compile it as module (bluetooth).
41 To use Linux Bluetooth subsystem, you will need several user-space
43 to Bluetooth kernel modules are provided in the BlueZ packages. For
47 bool "Bluetooth Classic (BR/EDR) features"
51 Bluetooth Classic includes support for Basic Rate (BR)
52 available with Bluetooth version 1.0b or later and support
53 for Enhanced Data Rate (EDR) available with Bluetooth
56 source "net/bluetooth/rfcomm/Kconfig"
58 source "net/bluetooth/bnep/Kconfig"
60 source "net/bluetooth/cmtp/Kconfig"
62 source "net/bluetooth/hidp/Kconfig"
65 bool "Bluetooth High Speed (HS) features"
68 Bluetooth High Speed includes support for off-loading
69 Bluetooth connections via 802.11 (wifi) physical layer
70 available with Bluetooth version 3.0 or later.
73 bool "Bluetooth Low Energy (LE) features"
77 Bluetooth Low Energy includes support low-energy physical
78 layer available with Bluetooth version 4.0 or later.
81 tristate "Bluetooth 6LoWPAN support"
84 IPv6 compression over Bluetooth Low Energy.
93 Bluetooth events.
103 bool "Export Bluetooth internals in debugfs"
107 Provide extensive information about internal Bluetooth states
111 bool "Bluetooth self testing support"
114 Run self tests when initializing the Bluetooth subsystem. This
118 When the Bluetooth subsystem is built as module, then the test
119 cases are run first thing at module load time. When the Bluetooth
128 Bluetooth Low Energy Secure Connections feature.
144 source "drivers/bluetooth/Kconfig"