Преглед изворни кода

Update struct element name

Eric Betts пре 10 месеци
родитељ
комит
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,