2011-08-30 15:36:11 +02:00
|
|
|
config BR2_PACKAGE_BLUEZ_UTILS
|
|
|
|
bool "bluez-utils"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2011-08-30 15:36:11 +02:00
|
|
|
depends on BR2_USE_WCHAR # libglib2
|
2013-07-15 21:47:50 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, alsa-lib, libglib2
|
2013-11-20 18:29:45 +01:00
|
|
|
depends on BR2_USE_MMU # dbus, libglib2
|
2017-05-14 21:55:18 +02:00
|
|
|
select BR2_PACKAGE_CHECK
|
2011-08-30 15:36:11 +02:00
|
|
|
select BR2_PACKAGE_DBUS
|
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
|
|
help
|
|
|
|
bluez utils
|
|
|
|
|
|
|
|
http://www.kernel.org/pub/linux/bluetooth
|
|
|
|
|
|
|
|
if BR2_PACKAGE_BLUEZ_UTILS
|
|
|
|
|
|
|
|
config BR2_PACKAGE_BLUEZ_UTILS_COMPAT
|
|
|
|
bool "BlueZ 3.x compatibility binaries"
|
|
|
|
help
|
|
|
|
BlueZ 3.x compatibility binaries like pand, hidd, sdp
|
|
|
|
|
|
|
|
config BR2_PACKAGE_BLUEZ_UTILS_AUDIO
|
|
|
|
bool "audio support"
|
|
|
|
select BR2_PACKAGE_ALSA_LIB
|
|
|
|
select BR2_PACKAGE_LIBSNDFILE
|
|
|
|
help
|
|
|
|
Audio support
|
|
|
|
|
|
|
|
config BR2_PACKAGE_BLUEZ_UTILS_USB
|
|
|
|
bool "USB support"
|
2012-06-28 03:35:25 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
2011-08-30 15:36:11 +02:00
|
|
|
select BR2_PACKAGE_LIBUSB
|
|
|
|
help
|
|
|
|
USB support
|
|
|
|
|
2013-12-20 15:20:23 +01:00
|
|
|
config BR2_PACKAGE_BLUEZ_UTILS_GATT
|
|
|
|
bool "GATT support"
|
|
|
|
select BR2_PACKAGE_READLINE
|
|
|
|
help
|
2017-05-05 16:08:06 +02:00
|
|
|
Generic Attribute Profile (GATT) support. This provides
|
|
|
|
profile discovery and description services for Bluetooth Low
|
|
|
|
Energy.
|
2013-12-20 15:20:23 +01:00
|
|
|
This will install the gatttool utility.
|
2011-08-30 15:36:11 +02:00
|
|
|
endif
|
|
|
|
|
2013-12-05 18:56:48 +01:00
|
|
|
comment "bluez-utils needs a toolchain w/ wchar, threads, dynamic library"
|
2015-02-14 10:23:06 +01:00
|
|
|
depends on BR2_USE_MMU
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|