summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorIsmael Luceno2021-08-17 14:00:30 +0200
committerIsmael Luceno2021-08-17 14:00:30 +0200
commit5ec825c01421b7037ca8610eb97ab2ba00ebc5f2 (patch)
tree2420c82404b37aa9f4fa6869ad38d652f7f82fd1 /utils
parent1343d5165b0b027b3f7c102a9602d3131a7b739b (diff)
bluez5: Add knob for Health profile
Diffstat (limited to 'utils')
-rwxr-xr-xutils/bluez5/CONFIGURE4
-rw-r--r--utils/bluez5/HISTORY1
2 files changed, 5 insertions, 0 deletions
diff --git a/utils/bluez5/CONFIGURE b/utils/bluez5/CONFIGURE
index 1be21985dd..071b970a55 100755
--- a/utils/bluez5/CONFIGURE
+++ b/utils/bluez5/CONFIGURE
@@ -10,6 +10,10 @@ config_query_option BLUEZ5_OPTS "Enable SAP profile?" n \
"--enable-sap" \
"--disable-sap" &&
+config_query_option BLUEZ5_OPTS "Enable Health profile?" n \
+ "--enable-health" \
+ "--disable-health" &&
+
config_query_option BLUEZ5_OPTS "Enable Testing tools?" n \
"--enable-testing" \
"--disable-testing" &&
diff --git a/utils/bluez5/HISTORY b/utils/bluez5/HISTORY
index cc46a86765..b19d0ca0df 100644
--- a/utils/bluez5/HISTORY
+++ b/utils/bluez5/HISTORY
@@ -4,6 +4,7 @@
* CONFIGURE: added options for experimental/testing/deprecated tools
added option for NFC pairing
added option for SAP profile
+ added option for Health profile
* PRE_BUILD: added to remove bundled ell
2021-07-08 Pavel Vinogradov <public@sourcemage.org>