ARMmbed / ble-nrf51822

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

Crash when nRF5xGattClient::discoverCharacteristicDescriptors is called with a characteristic without descriptors #116

Closed pan- closed 8 years ago

pan- commented 8 years ago

Calling the function nRF5xGattClient::discoverCharacteristicDescriptors on a characteristic without descriptors just crash the board.

ciarmcom commented 8 years ago

ARM Internal Ref: IOTSFW-2276

pan- commented 8 years ago

Not an issue of ble-nrf51822, it is an issue of ble-cliapp. I has been captured here: https://github.com/ARMmbed/ble-cliapp/issues/55.