Home
last modified time | relevance | path

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

12345678910>>...14

/openbmc/linux/net/bluetooth/
H A DMakefile6 obj-$(CONFIG_BT) += bluetooth.o
15 bluetooth-y := af_bluetooth.o hci_core.o hci_conn.o hci_event.o mgmt.o \
20 bluetooth-$(CONFIG_DEV_COREDUMP) += coredump.o
22 bluetooth-$(CONFIG_BT_BREDR) += sco.o
23 bluetooth-$(CONFIG_BT_LE) += iso.o
24 bluetooth-$(CONFIG_BT_LEDS) += leds.o
25 bluetooth-$(CONFIG_BT_MSFTEXT) += msft.o
26 bluetooth-$(CONFIG_BT_AOSPEXT) += aosp.o
27 bluetooth-$(CONFIG_BT_DEBUGFS) += hci_debugfs.o
28 bluetooth-$(CONFIG_BT_SELFTEST) += selftest.o
H A DKconfig24 Bluetooth can be found at <https://www.bluetooth.com/>.
40 compile it as module (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"
81 This can be overridden by passing bluetooth.enable_ecred=[1|0]
155 source "drivers/bluetooth/Kconfig"
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-bluetooth/
H A Dgnome-bluetooth3_3.34.5.bb1 SUMMARY = "GNOME bluetooth manager"
11 GNOMEBN = "gnome-bluetooth"
27 # avoid clashes with gnome-bluetooth
29 # just bluetooth-sendto / bluetooth-sendto.desktop only
34 FILES:${PN} += "${datadir}/gnome-bluetooth"
36 # offer alternate bluetooth-sendto
37 RRECOMMENS:${PN} += "gnome-bluetooth"
H A Dgnome-bluetooth_46.1.bb1 SUMMARY = "GNOME bluetooth manager"
32 pulseaudio-module-bluetooth-discover \
33 pulseaudio-module-bluetooth-policy \
41 FILES:${PN} += "${datadir}/gnome-bluetooth-3.0"
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dnokia-bluetooth.txt4 Nokia phones often come with UART connected bluetooth chips from different
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 */
H A Dmediatek-bluetooth.txt11 "mediatek,mt7622-bluetooth": for MT7622 SoC
29 bluetooth {
30 compatible = "mediatek,mt7622-bluetooth";
50 "mediatek,mt7663u-bluetooth": for MT7663U device
51 "mediatek,mt7668u-bluetooth": for MT7668U device
107 bluetooth {
108 compatible = "mediatek,mt7663u-bluetooth";
H A 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 {
/openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/bluez5/
H A Dinit7 DESC=bluetooth
9 DAEMON=@LIBEXECDIR@/bluetooth/bluetoothd
20 test -f /etc/default/bluetooth && . /etc/default/bluetooth
53 N=/etc/init.d/bluetooth
/openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/
H A Dbluez5.inc67 SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \
103 install -m 0755 ${UNPACKDIR}/init ${D}${INIT_D_DIR}/bluetooth
105 if [ -f ${D}${sysconfdir}/init.d/bluetooth ]; then
106 sed -i -e 's#@LIBEXECDIR@#${libexecdir}#g' ${D}${sysconfdir}/init.d/bluetooth
114 # Fix the /etc/bluetooth directory permissions when systemd is disabled
116 chmod 0755 ${D}${sysconfdir}/bluetooth
123 ${libdir}/bluetooth/plugins/*.so \
128 ${libdir}/bluetooth/plugins/*.la \
131 FILES:${PN}-obex = "${libexecdir}/bluetooth/obexd \
155 SYSTEMD_SERVICE:${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'bluetooth.service', '', …
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-connectivity/pi-bluetooth/
H A Dpi-bluetooth_0.1.17.bb2 HOMEPAGE = "https://github.com/RPi-Distro/pi-bluetooth"
10 git://github.com/RPi-Distro/pi-bluetooth;branch=master;protocol=https \
36 …install -m 0644 ${S}/debian/pi-bluetooth.bthelper@.service ${D}${systemd_system_unitdir}/bthelper@…
37 …install -m 0644 ${S}/debian/pi-bluetooth.hciuart.service ${D}${systemd_system_unitdir}/hciuart.ser…
45 …AG+="systemd".*$:RUN+="/usr/bin/bthelper %k":' ${D}${sysconfdir}/udev/rules.d/90-pi-bluetooth.rules
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/packagegroups/
H A Dpackagegroup-tools-bluetooth.bb9 DESCRIPTION = "Includes bluetooth specific tools for BlueZ.\
19 'pulseaudio-module-bluetooth-discover \
20 pulseaudio-module-bluetooth-policy \
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-shell/
H A Dgnome-shell_47.3.bb38 PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
39 PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth"
80 gnome-bluetooth \
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-base.bb28 … ${@bb.utils.contains("DISTRO_FEATURES", "bluetooth", "packagegroup-base-bluetooth", "", d)} \
61 ${@bb.utils.contains('COMBINED_FEATURES', 'bluetooth', 'packagegroup-base-bluetooth', '',d)} \
105 …if "bluetooth" in distro_features and not "bluetooth" in machine_features and ("pcmcia" in machine…
106 d.setVar("ADD_BT", "${MLPREFIX}packagegroup-base-bluetooth")
188 SUMMARY:packagegroup-base-bluetooth = "Bluetooth support"
189 RDEPENDS:packagegroup-base-bluetooth = "\
193 RRECOMMENDS:packagegroup-base-bluetooth = "\
194 kernel-module-bluetooth \
/openbmc/openbmc/poky/meta/recipes-connectivity/libpcap/
H A Dlibpcap_1.10.5.bb30 PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez5', '', d)} \
33 PACKAGECONFIG[bluez5] = "--enable-bluetooth,--disable-bluetooth,bluez5"
/openbmc/openbmc/poky/meta/recipes-connectivity/ofono/
H A Dofono_2.14.bb27 ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \
30 PACKAGECONFIG[bluez] = "--enable-bluetooth, --disable-bluetooth, bluez5"
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Dkirkwood-dreamplug.dts23 pmx_led_bluetooth: pmx-led-bluetooth {
88 bluetooth {
89 label = "dreamplug:blue:bluetooth";
/openbmc/u-boot/arch/arm/dts/
H A Dkirkwood-dreamplug.dts27 pmx_led_bluetooth: pmx-led-bluetooth {
92 bluetooth {
93 label = "dreamplug:blue:bluetooth";
/openbmc/linux/arch/arm/boot/dts/rockchip/
H A Drk3288-veyron-broadcom-bluetooth.dtsi3 * Google Veyron (and derivatives) fragment for the Broadcom 43450 bluetooth
10 bluetooth {
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/
H A Djuno.scc4 include features/bluetooth/bluetooth.scc
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-hid2 What: /sys/class/bluetooth/hci<addr>/<hid-bus>:<vendor-id>:<product-id>.<num>/report_descriptor
13 What: /sys/class/bluetooth/hci<addr>/<hid-bus>:<vendor-id>:<product-id>.<num>/country
H A Dsysfs-platform-asus-laptop41 What: /sys/devices/platform/asus_laptop/bluetooth
46 Control the bluetooth device. 1 means on, 0 means off.
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-1.8.rst58 Additionally, a ``bluetooth`` class has been added to make selection of
59 the appropriate bluetooth support within a recipe a little easier. If
63 inherit bluetooth
64 PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', '${BLUEZ}', '', d)}"
65 PACKAGECONFIG[bluez4] = "--enable-bluetooth,--disable-bluetooth,bluez4"
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-sancloud-bbe-extended-wifi.dts56 bluetooth_pins: bluetooth-pins {
104 bluetooth {
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/
H A Dnetworkmanager_1.50.0.bb89 ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez5', '', d)} \
135 ${PN}-bluetooth \
164 SUMMARY:${PN}-bluetooth = "Bluetooth device plugin for NetworkManager"
165 FILES:${PN}-bluetooth = "${NETWORKMANAGER_PLUGINDIR}/libnm-device-plugin-bluetooth.so"
166 RDEPENDS:${PN}-bluetooth += "${PN}-daemon ${@bb.utils.contains('PACKAGECONFIG', 'bluez5', '${PN}-ww…
293 ${@bb.utils.contains('PACKAGECONFIG','bluez5','${PN}-bluetooth','',d)} \
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-dbus-fast_2.30.2.bb2 HOMEPAGE = "https://github.com/bluetooth-devices/dbus-fast"

12345678910>>...14