Browse Source

Update struct element name

Eric Betts 10 months ago
parent
commit
6429e61697
1 changed files with 1 additions and 1 deletions
  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 = {
 static GapConfig seos_template_config = {
     .adv_service.UUID_Type = UUID_TYPE_128,
     .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",
     .adv_name = "Seos",
     .bonding_mode = false,
     .bonding_mode = false,
     .pairing_method = GapPairingNone,
     .pairing_method = GapPairingNone,