Просмотр исходного кода

more detail on message that doesn't match

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

+ 1 - 0
seos_native_peripheral.c

@@ -412,6 +412,7 @@ void seos_native_peripheral_process_message_reader(
         //ignore
     } else {
         FURI_LOG_W(TAG, "No match for write request");
+        seos_log_buffer(TAG, "No match for reader incoming", message.buf, message.len);
     }
 
     if(bit_buffer_get_size_bytes(response) > 0) {

+ 1 - 1
seos_profile.c

@@ -79,7 +79,7 @@ static GapConfig seos_reader_template_config = {
 static GapConfig seos_cred_template_config = {
     .adv_service.UUID_Type = UUID_TYPE_128,
     .adv_service.Service_UUID_128 = BLE_SVC_SEOS_CRED_UUID,
-    .adv_name = "Seos",
+    .adv_name = "Flp",
     .bonding_mode = false,
     .pairing_method = GapPairingNone,
     .conn_param = {