Home
last modified time | relevance | path

Searched refs:bluetooth (Results 1 – 40 of 40) sorted by relevance

/linux-4.4.14/net/bluetooth/
DMakefile5 obj-$(CONFIG_BT) += bluetooth.o
14 bluetooth-y := af_bluetooth.o hci_core.o hci_conn.o hci_event.o mgmt.o \
18 bluetooth-$(CONFIG_BT_BREDR) += sco.o
19 bluetooth-$(CONFIG_BT_HS) += a2mp.o amp.o
20 bluetooth-$(CONFIG_BT_DEBUGFS) += hci_debugfs.o
21 bluetooth-$(CONFIG_BT_SELFTEST) += selftest.o
DKconfig21 Bluetooth can be found at <http://www.bluetooth.com/>.
36 compile it as module (bluetooth).
48 source "net/bluetooth/rfcomm/Kconfig"
50 source "net/bluetooth/bnep/Kconfig"
52 source "net/bluetooth/cmtp/Kconfig"
54 source "net/bluetooth/hidp/Kconfig"
107 source "drivers/bluetooth/Kconfig"
/linux-4.4.14/arch/arm/boot/dts/
Dkirkwood-dreamplug.dts22 pmx_led_bluetooth: pmx-led-bluetooth {
87 bluetooth {
88 label = "dreamplug:blue:bluetooth";
Ddove-d2plug.dts33 bluetooth-act {
Domap3-pandora-common.dtsi63 label = "pandora::bluetooth";
522 /* bluetooth*/
652 /* bluetooth */
Domap4-duovero.dtsi193 /* on-board bluetooth / WiFi module */
Dimx6sx-sdb.dtsi260 &uart5 { /* for bluetooth */
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-driver-hid2 …For BT devices : /sys/class/bluetooth/hci<addr>/<hid-bus>:<vendor-id>:<product-id>.<num>/report_de…
13 For BT devices : /sys/class/bluetooth/hci<addr>/<hid-bus>:<vendor-id>:<product-id>.<num>/country
Dsysfs-platform-asus-laptop36 What: /sys/devices/platform/asus_laptop/bluetooth
41 Control the bluetooth device. 1 means on, 0 means off.
Dsysfs-driver-wacom4 Contact: linux-bluetooth@vger.kernel.org
7 controls reporting speed of Wacom bluetooth tablet. Reading
Dsysfs-platform-msi-laptop24 What: /sys/devices/platform/msi-laptop-pf/bluetooth
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/
DH1940.txt10 bluetooth connectivity.
/linux-4.4.14/drivers/platform/x86/
Dmsi-laptop.c248 static int get_wireless_state(int *wlan, int *bluetooth) in get_wireless_state() argument
260 if (bluetooth) in get_wireless_state()
261 *bluetooth = !!(rdata & 128); in get_wireless_state()
540 static DEVICE_ATTR(bluetooth, 0444, show_bluetooth, NULL);
Dasus-wmi.c228 struct asus_rfkill bluetooth; member
984 if (asus->bluetooth.rfkill) { in asus_wmi_rfkill_exit()
985 rfkill_unregister(asus->bluetooth.rfkill); in asus_wmi_rfkill_exit()
986 rfkill_destroy(asus->bluetooth.rfkill); in asus_wmi_rfkill_exit()
987 asus->bluetooth.rfkill = NULL; in asus_wmi_rfkill_exit()
1024 result = asus_new_rfkill(asus, &asus->bluetooth, in asus_wmi_rfkill_init()
2184 if (asus->bluetooth.rfkill) { in asus_hotk_restore()
2187 rfkill_set_sw_state(asus->bluetooth.rfkill, bl); in asus_hotk_restore()
Dsamsung-laptop.c344 struct samsung_rfkill bluetooth; member
952 if (samsung->bluetooth.rfkill) { in samsung_rfkill_exit()
953 rfkill_unregister(samsung->bluetooth.rfkill); in samsung_rfkill_exit()
954 rfkill_destroy(samsung->bluetooth.rfkill); in samsung_rfkill_exit()
955 samsung->bluetooth.rfkill = NULL; in samsung_rfkill_exit()
1021 ret = samsung_new_rfkill(samsung, &samsung->bluetooth, in samsung_rfkill_init_swsmi()
Dasus-laptop.c285 struct asus_rfkill bluetooth; member
1066 static DEVICE_ATTR_RW(bluetooth);
1362 asus_rfkill_terminate(&asus->bluetooth); in asus_rfkill_exit()
1416 result = asus_rfkill_setup(asus, &asus->bluetooth, in asus_rfkill_init()
1475 ret = pega_rfkill_setup(asus, &asus->bluetooth, "pega-bt", in pega_rfkill_init()
DKconfig33 wireless radio and bluetooth control, and on some laptops,
220 This is a driver for the WMI extensions (wireless and bluetooth power
569 like wireless radio and bluetooth control, leds, hotkeys, backlight...
582 like wireless radio and bluetooth control, leds, hotkeys, backlight...
Dthinkpad_acpi.c301 u32 bluetooth:1; member
4261 tp_features.bluetooth = hkey_handle && in bluetooth_init()
4266 str_supported(tp_features.bluetooth), in bluetooth_init()
4271 tp_features.bluetooth = 1; in bluetooth_init()
4275 if (tp_features.bluetooth && in bluetooth_init()
4278 tp_features.bluetooth = 0; in bluetooth_init()
4283 if (!tp_features.bluetooth) in bluetooth_init()
9334 TPACPI_PARAM(bluetooth);
Dacer-wmi.c292 u8 bluetooth; member
699 switch (quirks->bluetooth) { in AMW0_get_u32()
/linux-4.4.14/Documentation/ioctl/
Dioctl-number.txt142 'H' C0-F0 net/bluetooth/hci.h conflict!
143 'H' C0-DF net/bluetooth/hidp/hidp.h conflict!
144 'H' C0-DF net/bluetooth/cmtp/cmtp.h conflict!
145 'H' C0-DF net/bluetooth/bnep/bnep.h conflict!
172 'R' C0-DF net/bluetooth/rfcomm.h
184 'U' C0-CF drivers/bluetooth/hci_uart.h
/linux-4.4.14/net/
DMakefile34 obj-$(CONFIG_BT) += bluetooth/
DKconfig352 source "net/bluetooth/Kconfig"
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-class-rfkill30 Description: Driver type string ("wlan", "bluetooth", etc).
/linux-4.4.14/arch/arm/mach-s3c24xx/
DMakefile54 obj-$(CONFIG_H1940BT) += h1940-bluetooth.o
DKconfig229 tristate "Control the state of H1940 bluetooth chip"
234 the state of built in bluetooth chip on h1940.
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dbrcm,cygnus-gpio.txt100 bluetooth {
/linux-4.4.14/drivers/
DMakefile114 obj-$(CONFIG_BT) += bluetooth/
/linux-4.4.14/Documentation/zh_CN/
Dmagic-number.txt91 RFCOMM_TTY_MAGIC 0x6d02 net/bluetooth/rfcomm/tty.c
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
DKconfig13 bool "Atheros bluetooth coexistence support"
/linux-4.4.14/arch/arm/mach-pxa/
DKconfig531 tristate "Control the state of built-in bluetooth chip on Sharp SL-6000"
536 the state of built in bluetooth chip on tosa.
/linux-4.4.14/Documentation/laptops/
Dsony-laptop.txt54 bluetoothpower power on/off the internal bluetooth device
Dsonypi.txt20 - bluetooth button (only on C1VR model)
Dasus-laptop.txt86 You can turn the internal Bluetooth adapter on/off with the bluetooth entry
Dthinkpad-acpi.txt577 procfs: /proc/acpi/ibm/bluetooth
591 echo enable > /proc/acpi/ibm/bluetooth
592 echo disable > /proc/acpi/ibm/bluetooth
1409 (bluetooth, WWAN, UWB...)
/linux-4.4.14/Documentation/
Dmagic-number.txt91 RFCOMM_TTY_MAGIC 0x6d02 net/bluetooth/rfcomm/tty.c
Dkernel-parameters.txt3396 0 "airplane mode". All wifi, bluetooth, wimax, gps, fm,
/linux-4.4.14/drivers/hid/
DKconfig245 tristate "ELECOM BM084 bluetooth mouse"
248 Support for the ELECOM BM084 (bluetooth mouse).
/linux-4.4.14/Documentation/usb/
DWUSB-Design-overview.txt316 (FIXME: not yet done, similar to bluetooth pairing), then we do the key
Dpower-management.txt692 bluetooth that can be disconnected via an external
/linux-4.4.14/
DMAINTAINERS156 L: linux-bluetooth@vger.kernel.org
2230 L: linux-bluetooth@vger.kernel.org
2232 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2233 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2235 F: drivers/bluetooth/
2241 L: linux-bluetooth@vger.kernel.org
2243 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2244 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2246 F: net/bluetooth/
2247 F: include/net/bluetooth/