File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
features/FEATURE_BLE/ble/generic Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 30
30
#include " ble/pal/ConnectionEventMonitor.h"
31
31
#include " ble/pal/Deprecated.h"
32
32
33
- #include " drivers/Timeout.h"
33
+ #include " drivers/LowPowerTimeout.h"
34
+ #include " drivers/LowPowerTicker.h"
34
35
#include " platform/mbed_error.h"
35
36
36
37
namespace ble {
@@ -802,9 +803,9 @@ class GenericGap :
802
803
bool _random_address_rotating;
803
804
804
805
bool _scan_enabled;
805
- mbed::Timeout _advertising_timeout;
806
- mbed::Timeout _scan_timeout;
807
- mbed::Ticker _address_rotation_ticker;
806
+ mbed::LowPowerTimeout _advertising_timeout;
807
+ mbed::LowPowerTimeout _scan_timeout;
808
+ mbed::LowPowerTicker _address_rotation_ticker;
808
809
809
810
template <size_t bit_size>
810
811
struct BitArray {
You can’t perform that action at this time.
0 commit comments