ARMmbed / ble-nrf51822

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

Implementation of Characteristic descriptor discovery #74

Closed pan- closed 8 years ago

pan- commented 8 years ago

This is the implementation of https://github.com/ARMmbed/ble/pull/105

The characteristic discovery process has been slightly modified. To discover characteristic descriptors, it is required to know the start handle and end handle of a characteristic. The discovery process handle this now.

Limitations:

rgrover commented 8 years ago

I've finished my review for the moment. I'll wait for your updates.

pan- commented 8 years ago

@rgrover, @andresag01 Could you review these changes ?