Skip to content

Commit 63aa201

Browse files
committed
Add BLE breaking changes
1 parent 7e313d1 commit 63aa201

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/source/migration_guide/2.x_to_3.0.rst

+8
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ Removed APIs
1818
* ``adcAttachPin``
1919
* ``analogSetVRefPin``
2020

21+
BLE
22+
---
23+
24+
Changes in APIs
25+
***************
26+
27+
* Changed APIs return and parameter type from ``std::string`` to Arduino style ``String``.
28+
* Changed UUID data type from ``uint16_t`` to ``BLEUUID`` class.
2129

2230
Hall Sensor
2331
-----------

0 commit comments

Comments
 (0)