Evtim

Results 5 comments of Evtim
trafficstars

@h2zero In NimBLEServer.h I see the following methods commented out in NimBLEServerCallbacks: ``` //virtual void onPassKeyNotify(uint32_t pass_key); //virtual bool onSecurityRequest(); ``` These methods still exist in the deprecated NimBLESecurityCallbacks. So...

These methods are removed from the latest version of the interface, a work-around to get the same functionality is to implement NimBLEServerCallbacks::onConnect and when a new connection occurs do something...

One important caveat for sending the fileData as json in the body is one should not add the applicationId in the header, because otherwise the json parsing of the body...

@Calvin-LL Agreed that this falls outside the scope of the core library. @cullub Here's a utility I wrote for this purpose, it handles that, and also ensures that the data...

Same, need to selectively deny drop targets when not all positions are acceptable