ARMmbed / ble-nrf51822

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

Writing a descriptor does not trigger callback registered by GattServer::onDataWritten #122

Open pan- opened 8 years ago

pan- commented 8 years ago

When a client write an attribute, the server should call all callbacks registered by GattServer::onDataWritten.

While it is the case when a server write a characteristic, it is not the case when a server write a descriptor.

This bug is reproducible by running DescriptorReadWrite_test_07.

ciarmcom commented 8 years ago

ARM Internal Ref: IOTSFW-2380