We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425c1c1 commit 8e75802Copy full SHA for 8e75802
docs/design-documents/nfc/nfc_design.md
@@ -49,7 +49,7 @@
49
- [Interoperability](#interoperability)
50
- [HAL testing](#hal-testing)
51
- [Dependencies](#dependencies)
52
-
+
53
## Revision history
54
55
| Revision | Date | Authors | Mbed OS version | Comments |
@@ -313,7 +313,7 @@ This class is the ancestor class for all endpoints which have the capability of
313
User-facing API:
314
315
```cpp
316
-NFCNDEFCapable(uint8_t* buffer, size_t buffer_size);
+NFCNDEFCapable(const Span<uint8_t> &buffer);
317
```
318
319
The class is constructed using a scratch buffer which is used to encode and/or decode NDEF messages.
0 commit comments