summaryrefslogtreecommitdiff
path: root/src/btd.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-06-14 14:45:44 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-06-14 14:45:44 -0700
commita5382ba2f09c45ca2bf5ef59ec2b415eae4f26cc (patch)
treede14fb945ab12fdff5f7420b3d3ff3f3d324a19d /src/btd.h
parent5cc08527c0aaeb47305f3637f064efc80d3f85f1 (diff)
downloadbluez-a5382ba2f09c45ca2bf5ef59ec2b415eae4f26cc.tar.gz
main.conf: Split Kernel Experimental UUIDs from Experimental
This splits kernel experimental UUIDs from D-Bus Experimental interface so they can be controlled indenpendetly.
Diffstat (limited to 'src/btd.h')
-rw-r--r--src/btd.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/btd.h b/src/btd.h
index d13646889..c02b2691e 100644
--- a/src/btd.h
+++ b/src/btd.h
@@ -113,7 +113,8 @@ struct btd_opts {
gboolean debug_keys;
gboolean fast_conn;
gboolean refresh_discovery;
- struct queue *experimental;
+ gboolean experimental;
+ struct queue *kernel;
uint16_t did_source;
uint16_t did_vendor;
@@ -145,6 +146,6 @@ void rfkill_init(void);
void rfkill_exit(void);
GKeyFile *btd_get_main_conf(void);
-bool btd_experimental_enabled(const char *uuid);
+bool btd_kernel_experimental_enabled(const char *uuid);
void btd_exit(void);