Home
last modified time | relevance | path

Searched full:bluetooth (Results 1 – 25 of 432) sorted by relevance

12345678910>>...18

/Linux-v5.10/net/bluetooth/
DKconfig3 # 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).
[all …]
DMakefile3 # Makefile for the Linux Bluetooth subsystem.
6 obj-$(CONFIG_BT) += bluetooth.o
15 bluetooth-y := af_bluetooth.o hci_core.o hci_conn.o hci_event.o mgmt.o \
19 bluetooth-$(CONFIG_BT_BREDR) += sco.o
20 bluetooth-$(CONFIG_BT_HS) += a2mp.o amp.o
21 bluetooth-$(CONFIG_BT_LEDS) += leds.o
22 bluetooth-$(CONFIG_BT_MSFTEXT) += msft.o
23 bluetooth-$(CONFIG_BT_DEBUGFS) += hci_debugfs.o
24 bluetooth-$(CONFIG_BT_SELFTEST) += selftest.o
Dhci_sysfs.c2 /* Bluetooth HCI driver model support. */
6 #include <net/bluetooth/bluetooth.h>
7 #include <net/bluetooth/hci_core.h>
108 bt_class = class_create(THIS_MODULE, "bluetooth"); in bt_sysfs_init()
Dlib.c2 BlueZ - Bluetooth protocol stack for Linux
25 /* Bluetooth kernel library. */
27 #define pr_fmt(fmt) "Bluetooth: " fmt
31 #include <net/bluetooth/bluetooth.h>
44 /* Bluetooth error codes to Unix errno mapping */
Dleds.c6 #include <net/bluetooth/bluetooth.h>
7 #include <net/bluetooth/hci_core.h>
94 led_trigger_register_simple("bluetooth-power", &bt_power_led_trigger); in bt_leds_init()
Dmgmt_util.c2 BlueZ - Bluetooth protocol stack for Linux
26 #include <net/bluetooth/bluetooth.h>
27 #include <net/bluetooth/hci_core.h>
28 #include <net/bluetooth/hci_mon.h>
29 #include <net/bluetooth/mgmt.h>
/Linux-v5.10/drivers/bluetooth/
DKconfig3 menu "Bluetooth device drivers"
27 Bluetooth HCI USB driver.
28 This driver is required if you want to use Bluetooth devices with
31 Say Y here to compile support for Bluetooth USB devices into the
35 bool "Enable USB autosuspend for Bluetooth USB devices by default"
38 Say Y here to enable USB autosuspend for Bluetooth USB devices by
51 download support for Broadcom Bluetooth controllers.
61 support and chip initialization for MediaTek Bluetooth
73 download support for Realtek Bluetooth controllers.
81 Bluetooth HCI SDIO driver.
[all …]
Dbtsdio.c4 * Generic Bluetooth SDIO driver
23 #include <net/bluetooth/bluetooth.h>
24 #include <net/bluetooth/hci_core.h>
29 /* Generic Bluetooth Type-A SDIO device */
32 /* Generic Bluetooth Type-B SDIO device */
35 /* Generic Bluetooth AMP controller */
61 #define REG_MD_STAT 0x20 /* Bluetooth Mode Status */
62 #define REG_MD_SET 0x20 /* Bluetooth Mode Set */
291 * UART connection for Bluetooth, ignore the BT SDIO interface. in btsdio_probe()
377 MODULE_DESCRIPTION("Generic Bluetooth SDIO driver ver " VERSION);
Dbtmrvl_drv.h2 * Marvell Bluetooth driver: global definitions & declarations
25 #include <net/bluetooth/bluetooth.h>
120 /* Vendor specific Bluetooth commands */
137 /* Vendor specific Bluetooth events */
144 /* Bluetooth Power States */
Dhci_nokia.c3 * Bluetooth HCI UART H4 driver with Nokia Extensions AKA Nokia H4+
24 #include <net/bluetooth/bluetooth.h>
25 #include <net/bluetooth/hci_core.h>
307 * is disabled until bluetooth adapter is ready to avoid in nokia_send_negotiation()
341 dev_err(dev, "Unsupported bluetooth device!"); in nokia_setup_fw()
448 dev_dbg(dev, "bcm2048 has invalid bluetooth address!"); in nokia_setup()
722 btdev->wakeup_bt = devm_gpiod_get(dev, "bluetooth-wakeup", in nokia_bluetooth_serdev_probe()
748 dev_err(dev, "could not register bluetooth uart: %d", err); in nokia_bluetooth_serdev_probe()
786 { .compatible = "nokia,h4p-bluetooth", },
796 .name = "nokia-bluetooth",
[all …]
Dhci_ath.c3 * Atheros Communication Bluetooth HCIATH3K UART protocol
6 * power management protocol extension to H4 to support AR300x Bluetooth Chip.
25 #include <net/bluetooth/bluetooth.h>
26 #include <net/bluetooth/hci_core.h>
/Linux-v5.10/Documentation/devicetree/bindings/net/
Dnokia-bluetooth.txt1 Nokia Bluetooth Chips
4 Nokia phones often come with UART connected bluetooth chips from different
7 Bluetooth standard. In addition to the H4 protocol it specifies two more
13 - compatible: should contain "nokia,h4p-bluetooth" as well as one of the following:
15 * "ti,wl1271-bluetooth-nokia"
17 - bluetooth-wakeup-gpios: GPIO specifier, used to wakeup the BT module (active high)
41 bluetooth {
42 compatible = "ti,wl1271-bluetooth-nokia", "nokia,h4p-bluetooth";
46 bluetooth-wakeup-gpios = <&gpio2 5 GPIO_ACTIVE_HIGH>; /* gpio37 */
Dmediatek-bluetooth.txt1 MediaTek SoC built-in Bluetooth Devices
11 "mediatek,mt7622-bluetooth": for MT7622 SoC
29 bluetooth {
30 compatible = "mediatek,mt7622-bluetooth";
37 MediaTek UART based Bluetooth Devices
50 "mediatek,mt7663u-bluetooth": for MT7663U device
51 "mediatek,mt7668u-bluetooth": for MT7668U device
107 bluetooth {
108 compatible = "mediatek,mt7663u-bluetooth";
Dmarvell-bluetooth.txt1 Marvell Bluetooth Chips
5 attached Marvell Bluetooth devices. The following chips are included in
8 * Marvell 88W8897 Bluetooth devices
22 bluetooth {
Dti-bluetooth.txt1 Texas Instruments Bluetooth Chips
5 attached TI Bluetooth devices. The following chips are included in this
8 * TI CC256x Bluetooth devices
11 TI WiLink devices have a UART interface for providing Bluetooth, FM radio,
52 bluetooth {
Dmarvell-bt-8xxx.txt1 Marvell 8897/8997 (sd8897/sd8997) bluetooth devices (SDIO or USB based)
20 - marvell,wakeup-pin: It represents wakeup pin number of the bluetooth chip.
32 bluetooth chip can wakeup host platform under certain
53 btmrvl: bluetooth@2 {
Drealtek-bluetooth.yaml4 $id: http://devicetree.org/schemas/net/realtek-bluetooth.yaml#
7 title: RTL8723BS/RTL8723CS/RTL8822CS Bluetooth Device Tree Bindings
51 bluetooth {
Dqualcomm-bluetooth.txt1 Qualcomm Bluetooth Chips
48 bluetooth {
58 bluetooth {
/Linux-v5.10/drivers/platform/x86/
Dtoshiba_bluetooth.c3 * Toshiba Bluetooth Enable Driver
26 MODULE_DESCRIPTION("Toshiba Laptop ACPI Bluetooth Enable Driver");
78 pr_err("ACPI call to query Bluetooth presence failed\n"); in toshiba_bluetooth_present()
83 pr_info("Bluetooth device not present\n"); in toshiba_bluetooth_present()
97 pr_err("Could not get Bluetooth device status\n"); in toshiba_bluetooth_status()
110 pr_err("Could not attach USB Bluetooth device\n"); in toshiba_bluetooth_enable()
116 pr_err("Could not power ON Bluetooth device\n"); in toshiba_bluetooth_enable()
129 pr_err("Could not power OFF Bluetooth device\n"); in toshiba_bluetooth_disable()
135 pr_err("Could not detach USB Bluetooth device\n"); in toshiba_bluetooth_disable()
149 pr_err("Could not sync bluetooth device status\n"); in toshiba_bluetooth_sync_status()
[all …]
/Linux-v5.10/arch/arm64/boot/dts/amlogic/
Dmeson-gxl-s905x-khadas-vim.dts160 "Bluetooth PCM DOUT", "Bluetooth PCM DIN",
161 "Bluetooth PCM SYNC", "Bluetooth PCM CLK",
162 "Bluetooth UART TX", "Bluetooth UART RX",
163 "Bluetooth UART CTS", "Bluetooth UART RTS",
164 "WIFI 32K", "Bluetooth Enable",
165 "Bluetooth WAKE HOST",
190 bluetooth {
Dmeson-gxbb-nanopi-k2.dts244 "Bluetooth PCM DOUT", "Bluetooth PCM DIN",
245 "Bluetooth PCM SYNC", "Bluetooth PCM CLK",
246 "Bluetooth UART TX", "Bluetooth UART RX",
247 "Bluetooth UART CTS", "Bluetooth UART RTS",
248 "", "", "", "WIFI 32K", "Bluetooth Enable",
249 "Bluetooth WAKE HOST", "",
346 /* Bluetooth on AP6212 */
/Linux-v5.10/net/bluetooth/bnep/
DKconfig7 BNEP (Bluetooth Network Encapsulation Protocol) is Ethernet
8 emulation layer on top of Bluetooth. BNEP is required for
9 Bluetooth PAN (Personal Area Network).
Dnetdev.c2 BNEP implementation for Linux Bluetooth stack (BlueZ).
30 #include <net/bluetooth/bluetooth.h>
31 #include <net/bluetooth/hci_core.h>
32 #include <net/bluetooth/l2cap.h>
/Linux-v5.10/arch/arm/mach-pxa/
Dtosa-bt.c3 * Bluetooth built-in chip control
60 rc = gpio_request(data->gpio_reset, "Bluetooth reset"); in tosa_bt_probe()
66 rc = gpio_request(data->gpio_pwr, "Bluetooth power"); in tosa_bt_probe()
134 MODULE_DESCRIPTION("Bluetooth built-in chip control");
/Linux-v5.10/net/bluetooth/hidp/
Dhidp.h2 HIDP implementation for Linux Bluetooth stack (BlueZ).
29 #include <net/bluetooth/bluetooth.h>
30 #include <net/bluetooth/l2cap.h>

12345678910>>...18