テスト用

Fork of nRF51822 by Nordic Semiconductor

Files at this revision

API Documentation at this revision

Comitter:
Rohit Grover
Date:
Fri Sep 26 14:46:19 2014 +0100
Parent:
68:e6cc149033a6
Commit message:
Release 0.2.1
=============

Features
~~~~~~~~

- Turn on the service-changed characteristic by default.

Bugfixes
~~~~~~~~

- Raised the maximum number of supported characteristics/descriptors to 24
(was 10 previously). We're beginning to find services like Device-
Information with several characteristics populated.

Compatibility
~~~~~~~~~~~~~

Works with 0.2.0 of BLE_API.

Changed in this revision

btle/btle.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/btle/btle.cpp	Tue Sep 23 16:09:18 2014 +0100
+++ b/btle/btle.cpp	Fri Sep 26 14:46:19 2014 +0100
@@ -83,7 +83,7 @@
      * 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