From 121631cd5c60db8c711d2ee7eb9caa2c6bd5c2ef Mon Sep 17 00:00:00 2001 From: Martichou Date: Sun, 7 Jul 2024 00:11:14 +0200 Subject: [PATCH] fix: blea use correct service_data Signed-off-by: Martichou --- core_lib/src/hdl/blea.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core_lib/src/hdl/blea.rs b/core_lib/src/hdl/blea.rs index f15c082..f2c22a1 100644 --- a/core_lib/src/hdl/blea.rs +++ b/core_lib/src/hdl/blea.rs @@ -7,8 +7,7 @@ use tokio_util::sync::CancellationToken; use uuid::Uuid; const SERVICE_DATA: Bytes = Bytes::from_static(&[ - 252, 18, 142, 7, 66, 47, 226, 147, 129, 18, 72, 93, 15, 230, 180, 225, 83, 75, 101, 17, 229, - 106, 29, 0, + 252, 18, 142, 1, 66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 191, 45, 91, 160, 225, 216, 117, 36, 202, 0, ]); const INNER_NAME: &str = "BleAdvertiser";