From 2f9ca20cb3660cfba6a58e70238ffda2231c53ea Mon Sep 17 00:00:00 2001 From: Rohit Grover Date: Fri, 26 Sep 2014 14:30:47 +0100 Subject: [PATCH] 68:936d81c963fe turn on service-changed characteristic by default --- btle/btle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btle/btle.cpp b/btle/btle.cpp index 0bc5869..d4bcd93 100755 --- a/btle/btle.cpp +++ b/btle/btle.cpp @@ -83,7 +83,7 @@ error_t btle_init(void) * Characteristics turned off, then clients are allowed to cache attribute * handles making applications simpler on both sides. */ - static const bool IS_SRVC_CHANGED_CHARACT_PRESENT = false; + static const bool IS_SRVC_CHANGED_CHARACT_PRESENT = true; ble_enable_params_t enableParams = { .gatts_enable_params = { .service_changed = IS_SRVC_CHANGED_CHARACT_PRESENT