Joshua Slater / BLE_API2

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Fri Jun 19 15:51:59 2015 +0100
Parent:
467:143ca3152ffa
Child:
469:c95e603d60dd
Commit message:
Synchronized with git rev 890035c6
Author: Rohit Grover
minor change: add an explicit public accessor.

Changed in this revision

public/ServiceDiscovery.h Show annotated file Show diff for this revision Revisions of this file
--- a/public/ServiceDiscovery.h	Fri Jun 19 15:51:59 2015 +0100
+++ b/public/ServiceDiscovery.h	Fri Jun 19 15:51:59 2015 +0100
@@ -109,6 +109,7 @@
             uint8_t auth_signed_wr :1; /**< Writing the value with Signed Write Command permitted. */
         };
 
+    public:
         void setup(Properties_t            propsIn,
                    GattAttribute::Handle_t declHandleIn,
                    GattAttribute::Handle_t valueHandleIn) {