| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | Makefile | 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
|
| H A D | Kconfig | 24 Bluetooth can be found at <https://www.bluetooth.com/>. 39 compile it as module (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" 144 source "drivers/bluetooth/Kconfig"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-bluetooth/ |
| H A D | gnome-bluetooth3_3.34.5.bb | 1 SUMMARY = "GNOME bluetooth manager" 11 GNOMEBN = "gnome-bluetooth" 28 # avoid clashes with gnome-bluetooth 30 # just bluetooth-sendto / bluetooth-sendto.desktop only 35 FILES:${PN} += "${datadir}/gnome-bluetooth" 37 # offer alternate bluetooth-sendto 38 RRECOMMENS:${PN} += "gnome-bluetooth"
|
| H A D | gnome-bluetooth_42.0.bb | 1 SUMMARY = "GNOME bluetooth manager" 33 pulseaudio-module-bluetooth-discover \ 34 pulseaudio-module-bluetooth-policy \ 42 FILES:${PN} += "${datadir}/gnome-bluetooth-3.0"
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | nokia-bluetooth.txt | 4 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 D | mediatek-bluetooth.txt | 11 "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";
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/bluez5/bluez5/ |
| H A D | init | 7 DESC=bluetooth 9 DAEMON=@LIBEXECDIR@/bluetooth/bluetoothd 20 test -f /etc/default/bluetooth && . /etc/default/bluetooth 53 N=/etc/init.d/bluetooth
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtconnectivity/ |
| H A D | 0001-Add-missing-header-for-errno.patch | 9 src/bluetooth/bluez/bluetoothmanagement.cpp | 1 + 12 diff --git a/src/bluetooth/bluez/bluetoothmanagement.cpp b/src/bluetooth/bluez/bluetoothmanagement.… 14 --- a/src/bluetooth/bluez/bluetoothmanagement.cpp 15 +++ b/src/bluetooth/bluez/bluetoothmanagement.cpp
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/bluez5/ |
| H A D | bluez5.inc | 51 SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \ 86 install -m 0755 ${WORKDIR}/init ${D}${INIT_D_DIR}/bluetooth 88 install -d ${D}${sysconfdir}/bluetooth/ 90 install -m 0644 ${S}/profiles/network/network.conf ${D}/${sysconfdir}/bluetooth/ 93 install -m 0644 ${S}/profiles/input/input.conf ${D}/${sysconfdir}/bluetooth/ 96 if [ -f ${D}/${sysconfdir}/init.d/bluetooth ]; then 97 sed -i -e 's#@LIBEXECDIR@#${libexecdir}#g' ${D}/${sysconfdir}/init.d/bluetooth 113 ${libdir}/bluetooth/plugins/*.so \ 118 ${libdir}/bluetooth/plugins/*.la \ 121 FILES:${PN}-obex = "${libexecdir}/bluetooth/obexd \ [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/blueman/blueman/ |
| H A D | 0002-fix-fail-to-enable-bluetooth.patch | 1 Fix fail to enable bluetooth issue 3 When launch blueman-manager while bluetooth is disable, it may fails 6 Failed to enable bluetooth 8 Because when get bluetooth status right after change its status, the 10 bluetooth status via method of another dbus service which doesn't return 15 right bluetooth status. 46 print('Failed to enable bluetooth')
|
| /OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/etc/init.d/ |
| H A D | S97BT | 7 [ -f /usr/libexec/bluetooth/bluetoothd ] || exit 0 8 [ -f /usr/libexec/bluetooth/obexd ] || exit 0 15 /usr/libexec/bluetooth/bluetoothd & 16 /usr/libexec/bluetooth/obexd -a -r /root &
|
| /OK3568_Linux_fs/buildroot/package/bluez5_utils-headers/ |
| H A D | bluez5_utils-headers.mk | 10 BLUEZ5_UTILS_HEADERS_SITE = $(BR2_KERNEL_MIRROR)/linux/bluetooth 21 $(INSTALL) -d $(STAGING_DIR)/usr/include/bluetooth/ 22 $(INSTALL) -m 644 $(@D)/lib/*.h $(STAGING_DIR)/usr/include/bluetooth/
|
| /OK3568_Linux_fs/buildroot/package/pulseaudio/ |
| H A D | default.pa | 61 .ifexists module-bluetooth-policy.so 62 load-module module-bluetooth-policy 65 .ifexists module-bluetooth-discover.so 66 load-module module-bluetooth-discover
|
| /OK3568_Linux_fs/debian/overlay/etc/pulse/ |
| H A D | default.pa | 62 .ifexists module-bluetooth-policy.so 63 load-module module-bluetooth-policy 66 .ifexists module-bluetooth-discover.so 67 load-module module-bluetooth-discover
|
| /OK3568_Linux_fs/buildroot/board/rockchip/rk3308/fs-overlay/etc/pulse/ |
| H A D | default.pa | 61 .ifexists module-bluetooth-policy.so 62 load-module module-bluetooth-policy 65 .ifexists module-bluetooth-discover.so 66 load-module module-bluetooth-discover
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/packagegroups/ |
| H A D | packagegroup-tools-bluetooth.bb | 9 DESCRIPTION = "Includes bluetooth specific tools for BlueZ.\ 19 'pulseaudio-module-bluetooth-discover \ 20 pulseaudio-module-bluetooth-policy \
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3308bs-evb-v11.dtsi | 14 /delete-node/ wireless-bluetooth; 26 wireless-bluetooth { 27 compatible = "bluetooth-platdata";
|
| H A D | rk3528-demo4-ddr4-v10.dtsi | 23 wireless_bluetooth: wireless-bluetooth { 24 compatible = "bluetooth-platdata"; 87 wireless-bluetooth {
|
| H A D | rk3528-demo1-lp4-v10.dtsi | 23 wireless_bluetooth: wireless-bluetooth { 24 compatible = "bluetooth-platdata"; 87 wireless-bluetooth {
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/packagegroups/ |
| H A D | packagegroup-base.bb | 30 … ${@bb.utils.contains("DISTRO_FEATURES", "bluetooth", "packagegroup-base-bluetooth", "", d)} \ 67 ${@bb.utils.contains('COMBINED_FEATURES', 'bluetooth', 'packagegroup-base-bluetooth', '',d)} \ 111 …if "bluetooth" in distro_features and not "bluetooth" in machine_features and ("pcmcia" in machine… 112 d.setVar("ADD_BT", "${MLPREFIX}packagegroup-base-bluetooth") 200 SUMMARY:packagegroup-base-bluetooth = "Bluetooth support" 201 RDEPENDS:packagegroup-base-bluetooth = "\ 205 RRECOMMENDS:packagegroup-base-bluetooth = "\ 206 kernel-module-bluetooth \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-shell/ |
| H A D | gnome-shell_42.0.bb | 37 PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" 38 PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/libpcap/ |
| H A D | libpcap_1.10.1.bb | 30 PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez5', '', d)} \ 33 PACKAGECONFIG[bluez5] = "--enable-bluetooth,--disable-bluetooth,bluez5"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/bluealsa/bluealsa/ |
| H A D | bluealsa.service | 3 After=bluetooth.service 4 Requires=bluetooth.service
|
| /OK3568_Linux_fs/debian/overlay/usr/lib/systemd/system/example/ |
| H A D | bt_uart.service | 3 Description=RTK bluetooth HCI 4 Before=bluetooth.service
|
| /OK3568_Linux_fs/external/rkwifibt/sh/ |
| H A D | bt_load_rtk_firmware | 6 echo 0 > /proc/bluetooth/sleep/btwrite 9 echo 1 > /proc/bluetooth/sleep/btwrite
|