@@ -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) {
@@ -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 = {