1 config BR2_PACKAGE_BLUEZ_UTILS
3 depends on !BR2_STATIC_LIBS
4 depends on BR2_USE_WCHAR # libglib2
5 depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, alsa-lib, libglib2
6 depends on BR2_USE_MMU # dbus, libglib2
7 select BR2_PACKAGE_DBUS
8 select BR2_PACKAGE_LIBGLIB2
12 http://www.kernel.org/pub/linux/bluetooth
14 if BR2_PACKAGE_BLUEZ_UTILS
16 config BR2_PACKAGE_BLUEZ_UTILS_COMPAT
17 bool "BlueZ 3.x compatibility binaries"
19 BlueZ 3.x compatibility binaries like pand, hidd, sdp
21 config BR2_PACKAGE_BLUEZ_UTILS_AUDIO
23 select BR2_PACKAGE_ALSA_LIB
24 select BR2_PACKAGE_LIBSNDFILE
28 config BR2_PACKAGE_BLUEZ_UTILS_USB
30 depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
31 select BR2_PACKAGE_LIBUSB
35 config BR2_PACKAGE_BLUEZ_UTILS_GATT
37 select BR2_PACKAGE_READLINE
39 Generic Attribute Profile (GATT) support. This provides profile
40 discovery and description services for Bluetooth Low Energy.
41 This will install the gatttool utility.
44 comment "bluez-utils needs a toolchain w/ wchar, threads, dynamic library"
45 depends on BR2_USE_MMU
46 depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS