ARMmbed / ble-nrf51822

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

Fix return value of nRF5xGattServer::write. #120

Closed pan- closed 8 years ago

pan- commented 8 years ago

While fixing the return value, nRF5xGattServer::write will also return a more meaningful result in case of faillure than just BLE_ERROR_PARAM_OUT_OF_RANGE.

This PR fix #119 .

@rgrover could you review this ?

rgrover commented 8 years ago

looks good.

pan- commented 8 years ago

This fix #119 .