help
Enable the Bluez 5.x command line client.
-config BR2_PACKAGE_BLUEZ5_UTILS_EXPERIMENTAL
- bool "build experimental plugins"
- help
- Build BlueZ 5.x experimental plugins (SAP, NFC, ...).
-
-config BR2_PACKAGE_BLUEZ5_UTILS_TEST
- bool "build tests"
- help
- Build BlueZ 5.x tests
-
config BR2_PACKAGE_BLUEZ5_UTILS_GATTTOOL
bool "install GATT tool"
+ depends on BR2_PACKAGE_BLUEZ5_UTILS_CLIENT
help
Generic Attribute Profile (GATT) support. This provides
profile discovery and description services for Bluetooth Low
It is always built with BlueZ 5.x, but upstream choose not
to install it by default.
+config BR2_PACKAGE_BLUEZ5_UTILS_EXPERIMENTAL
+ bool "build experimental plugins"
+ help
+ Build BlueZ 5.x experimental plugins (SAP, NFC, ...).
+
+config BR2_PACKAGE_BLUEZ5_UTILS_TEST
+ bool "build tests"
+ help
+ Build BlueZ 5.x tests
+
endif
comment "bluez5-utils needs a toolchain w/ wchar, threads, IPv6, headers >= 3.4"