int open(FileHandle **, ...)
for propagating error codes int open(DirHandle **, ...)
for propagating error codes Deprecated since addition of extended advertising support. Use createAdvertisingSet().
Deprecated since addition of extended advertising support. Use startScan(duplicates_filter_t, scan_duration_t, scan_period_t) instead.
The RtosTimer constructor does not support cv-qualifiers. Replaced by RtosTimer(callback(obj, method), os_timer_type).
The RtosTimer has been superseded by the EventQueue. See RtosTimer.h for more details
Replaced with RtosTimer(Callback<void()>, os_timer_type)
The RtosTimer has been superseded by the EventQueue. See RtosTimer.h for more details