You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to start by passive scanning using enableActiveScanning(false) and then later when a certain data is received in the advertisement packet start active scanning( by using enableActiveScanning(true)).
It seems it is not possible to dynamically change between active and passive scanning as once the device starts with a particular activeScanning parameters, it is not possible to change ( active to passive or passive to active) later in the code.
The text was updated successfully, but these errors were encountered:
=============
This is a minor release.
Enhancements
~~~~~~~~~~~~
* Add a new helper API: Gap::updateAdvertisingPayload(). This helps update a
particular AD field in the advertisement payload.
* Deprecate GattClient::onDataWrite() in favour of onDataWritten().
* fix#64. clearScanResponse() should work properly now.
* fix#60: if scanning parameters are changed while scanning is active, their
new values are propagated to the underlying stack right-away.
* Introducing an initial implementation for Google's Eddystone beacon service.
See https://github.com/google/eddystone.
* Updated module.json because URL of the host repo has changed to
"[email protected]:ARMmbed/ble.git".
Bugfixes
~~~~~~~~
none.
I am trying to start by passive scanning using enableActiveScanning(false) and then later when a certain data is received in the advertisement packet start active scanning( by using enableActiveScanning(true)).
It seems it is not possible to dynamically change between active and passive scanning as once the device starts with a particular activeScanning parameters, it is not possible to change ( active to passive or passive to active) later in the code.
The text was updated successfully, but these errors were encountered: