From cc3db8500cb84a0aa9bdf9074d6b59c4880ac4bb Mon Sep 17 00:00:00 2001 From: Rohit Grover Date: Tue, 8 Sep 2015 10:11:39 +0100 Subject: [PATCH] minor improvement to comment header for GattServer::onDataRead() --- ble/GattServer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ble/GattServer.h b/ble/GattServer.h index 0f36718..7821798 100644 --- a/ble/GattServer.h +++ b/ble/GattServer.h @@ -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