minor improvement to comment header for GattServer::onDataRead()

This commit is contained in:
Rohit Grover 2015-09-08 10:11:39 +01:00
parent ce4821076f
commit cc3db8500c

View file

@ -271,7 +271,7 @@ public:
*
* @Note: this functionality may not be available on all underlying stacks.
* You could use GattCharacteristic::setReadAuthorizationCallback() as an
* alternative.
* alternative. Refer to isOnDataReadAvailable().
*
* @Note: it is possible to chain together multiple onDataRead callbacks
* (potentially from different modules of an application) to receive updates