mbed-os/connectivity/FEATURE_BLE/source
harmut01 86c2d70a5b Greentea: Remove deprecated APIs and use chrono
References to time should do so using std::chrono. We reworked tests in
connectivity and drivers to use std::chrono and new APIs in order to
remove deprecation warnings resulting from deprecated API calls.
This required addition of  a macro for test assertions using std::chrono
values.

As host test "timing_drift_auto" expects time values represented as an
integral number of microseconds, we explicitly provide this in place
using "microseconds{TICKER_TIME}.count()" in the relevant ticker tests.
We recognise this is ugly, but thought it best to descriptively convert
from std::chrono to the host test's required representation.

Co-authored-by: Hari Limaye <hari.limaye@arm.com>
2021-07-29 14:06:27 +01:00
..
common Fix string buffer length in UUID trace helper 2021-05-13 11:56:23 +01:00
cordio Greentea: Remove deprecated APIs and use chrono 2021-07-29 14:06:27 +01:00
gap CMake: Rename CMake targets 2020-11-06 17:25:22 +00:00
gatt CMake: Rename CMake targets 2020-11-06 17:25:22 +00:00
generic Merge pull request #14921 from paul-szczepanek-arm/fix-ble-default-db 2021-07-20 10:02:28 +02:00
pal fix toggling off ble feature signing 2021-07-14 15:13:13 +01:00
BLE.cpp BLE: Move BleInstanceBase.h into source. 2020-08-25 11:26:26 +01:00
BLEInstanceBase.h BLE: Cleanup BLEInstanceBas implementation 2020-08-25 11:33:59 +01:00
CMakeLists.txt BLE: add traces to gatt client (#14165) 2021-03-15 15:35:52 +00:00
Gap.cpp Dispatch Gap::stopPeriodicAdvertising to the right function. 2021-05-05 18:32:47 +01:00
GattClient.cpp BLE: Move generic implementation and headers into source/generic 2020-08-25 11:26:26 +01:00
GattServer.cpp Update GattServer Callback API 2020-10-14 12:44:12 -04:00
SecurityManager.cpp add implicit call to preserve state on reset 2021-06-28 19:38:13 +01:00