ARMmbed / ble-nrf51822

Nordic stack and drivers for the mbed BLE_API
Other
46 stars 51 forks source link

Characteristic discovery not being shutdown after a call to BLE::shutdown() #110

Closed andresag01 closed 8 years ago

andresag01 commented 8 years ago

It seems that the nRF5xCharacteristicDescriptorDiscoverer is not being shutdown at all after a call to BLE::shutdown(), see https://github.com/ARMmbed/ble-nrf51822/blob/master/source/nRF5xGattClient.h#L177. This might result in callbacks not being cleared and some resources not being released.

ciarmcom commented 8 years ago

ARM Internal Ref: IOTSFW-1884

pan- commented 8 years ago

Fixed.Looks like it is fixed: https://github.com/ARMmbed/ble-nrf51822/blob/master/source/nRF5xGattClient.h#L184 @andresag01 Could you update the ticket ?