diff options
Diffstat (limited to 'api/direct_bt/GATTHandler.hpp')
-rw-r--r-- | api/direct_bt/GATTHandler.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/api/direct_bt/GATTHandler.hpp b/api/direct_bt/GATTHandler.hpp index 40162184..3f671fe8 100644 --- a/api/direct_bt/GATTHandler.hpp +++ b/api/direct_bt/GATTHandler.hpp @@ -313,6 +313,10 @@ namespace direct_bt { * Method enables notification and/or indication for the corresponding characteristic at BLE level. * </p> * <p> + * It is recommended to utilize notification over indication, as its link-layer handshake + * and higher potential bandwidth may deliver material higher performance. + * </p> + * <p> * Throws an IllegalArgumentException if the given GATTDescriptor is not a ClientCharacteristicConfiguration. * </p> */ |