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 tristate "Bluetooth 6LoWPAN support"
85 IPv6 compression over Bluetooth Low Energy.
94 Bluetooth events.
111 bool "Export Bluetooth internals in debugfs"
115 Provide extensive information about internal Bluetooth states
119 bool "Bluetooth self testing support"
122 Run self tests when initializing the Bluetooth subsystem. This
126 When the Bluetooth subsystem is built as module, then the test
127 cases are run first thing at module load time. When the Bluetooth
136 Bluetooth Low Energy Secure Connections feature.
152 source "drivers/bluetooth/Kconfig"