Skip to content

Commit

Permalink
fix: blea use correct service_data
Browse files Browse the repository at this point in the history
Signed-off-by: Martichou <m@rtin.fyi>
  • Loading branch information
Martichou committed Jul 7, 2024
1 parent 5151f99 commit 121631c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core_lib/src/hdl/blea.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 121631c

Please # to comment.