6 years, 6 months ago.

ble.gattServer().onDataSent(onDataSent) never called

Hi, I got some issue with not called onDataSent method in newest mbed

ble.gap().onDisconnection(disconnectionCallback); ble.gap().onConnection(whenConnected); ble.gattServer().onDataWritten(writeCharCallback); ble.gattServer().onDataSent(onDataSent);

void onDataSent(unsigned count) { printf("onDataSent callack"); printf("\n\r"); }

Question relating to:

MAX32630 Rapid Development Platform

Created a bug report here https://github.com/ARMmbed/mbed-os/issues/5480

posted by Jan Jongboom 13 Nov 2017

Could you reply in the bug report with the toolchain you use and the mbed library version? This will help core team to pin down the issue.

posted by Jan Jongboom 15 Nov 2017
Be the first to answer this question.