Skip to content

Commit 4802b0d

Browse files
committed
feat: update bluetooth uuid's
1 parent f1588d9 commit 4802b0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bluetooth.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ use anyhow::Result;
22
use btleplug::api::{Central, Manager as _, Peripheral, ScanFilter};
33
use btleplug::platform::Manager;
44

5-
const FKM_UUID: uuid::Uuid = uuid::Uuid::from_u128(0x3ee59312_20bc_4c38_9e23_e785b6c385b1);
6-
const SET_WIFI_UUID: uuid::Uuid = uuid::Uuid::from_u128(0xe2ed1fc5_0d2e_4c2d_a0a7_31e38431cc0c);
5+
const FKM_UUID: uuid::Uuid = uuid::Uuid::from_u128(0xf254a578_ef88_4372_b5f5_5ecf87e65884);
6+
const SET_WIFI_UUID: uuid::Uuid = uuid::Uuid::from_u128(0xbcd7e573_b0b2_4775_83c0_acbf3aaf210c);
77

88
pub async fn start_bluetooth_task() -> Result<()> {
99
let manager = Manager::new().await?;

0 commit comments

Comments
 (0)