2023-07-12 20:04:33

by Luiz Augusto von Dentz

[permalink] [raw]
Subject: [PATCH BlueZ 2/5] main: Remove DEFAULT_SIRK

From: Luiz Augusto von Dentz <[email protected]>

DEFAULT_SIRK is currently not used.
---
src/main.c | 3 ---
1 file changed, 3 deletions(-)

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;
--
2.40.1