High level Bluetooth Low Energy API and radio abstraction layer

Fork of BLE_API by Bluetooth Low Energy

Revision:
468:bbf2a395bb8d
Parent:
467:143ca3152ffa
Child:
469:c95e603d60dd
diff -r 143ca3152ffa -r bbf2a395bb8d public/ServiceDiscovery.h
--- 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) {