Eric Betts 10 месяцев назад
Родитель
Сommit
6429e61697
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      seos_profile.c

+ 1 - 1
seos_profile.c

@@ -44,7 +44,7 @@ static void ble_profile_seos_stop(FuriHalBleProfileBase* profile) {
 
 static GapConfig seos_template_config = {
     .adv_service.UUID_Type = UUID_TYPE_128,
-    .adv_service.Char_UUID_128 = BLE_SVC_SEOS_UUID,
+    .adv_service.Service_UUID_128 = BLE_SVC_SEOS_UUID,
     .adv_name = "Seos",
     .bonding_mode = false,
     .pairing_method = GapPairingNone,