mbed-os/features/FEATURE_BLE/source/generic
Vincent Coubard fd5903c22d GenericGattClient: Fix discovery termination.
The procedure should be terminated whenever the server returns an error not equal
to ATTRIBUTE_NOT_FOUND. The block was effectivelly terminated but the
procedure was not. As a result the discovery was operating on already
freed memory.
2018-05-04 11:30:58 +01:00
..
GenericGap.cpp Addressed Vincent's comments 2018-03-01 20:32:37 +00:00
GenericGattClient.cpp GenericGattClient: Fix discovery termination. 2018-05-04 11:30:58 +01:00
GenericSecurityManager.cpp Addressed Vincent's comments 2018-03-01 20:32:37 +00:00