Message ID | 20230712193854.1862996-2-luiz.dentz@gmail.com |
---|---|
State | New |
Headers | show |
Series | [BlueZ,1/5] shared/ad: Use util_iov_push_* helpers to generate data | expand |
diff --git a/src/main.c b/src/main.c index 8dfd2543ba1c..150a5af4cca4 100644 --- a/src/main.c +++ b/src/main.c @@ -61,9 +61,6 @@ #define DEFAULT_TEMPORARY_TIMEOUT 30 /* 30 seconds */ #define DEFAULT_NAME_REQUEST_RETRY_DELAY 300 /* 5 minutes */ -/*CSIP Profile - Server */ -#define DEFAULT_SIRK "761FAE703ED681F0C50B34155B6434FB" - #define SHUTDOWN_GRACE_SECONDS 10 struct btd_opts btd_opts;
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> DEFAULT_SIRK is currently not used. --- src/main.c | 3 --- 1 file changed, 3 deletions(-)