None

Dependencies:   nrf51-sdk

Dependents:   microbit-dal

Fork of nRF51822 by Lancaster University

Revision:
262:d6682155f833
Parent:
261:09e21ff74153
Child:
263:d5da37e9a93b
--- a/btle/btle_discovery.h	Fri Jun 19 15:55:24 2015 +0100
+++ b/btle/btle_discovery.h	Fri Jun 19 15:55:24 2015 +0100
@@ -68,13 +68,13 @@
                 /* empty*/
             }
 
-            uint8_t broadcast       :1; /**< Broadcasting of the value permitted. */
-            uint8_t read            :1; /**< Reading the value permitted. */
-            uint8_t write_wo_resp   :1; /**< Writing the value with Write Command permitted. */
-            uint8_t write           :1; /**< Writing the value with Write Request permitted. */
-            uint8_t notify          :1; /**< Notications of the value permitted. */
-            uint8_t indicate        :1; /**< Indications of the value permitted. */
-            uint8_t auth_signed_wr  :1; /**< Writing the value with Signed Write Command permitted. */
+            uint8_t broadcast      :1; /**< Broadcasting of the value permitted. */
+            uint8_t read           :1; /**< Reading the value permitted. */
+            uint8_t write_wo_resp  :1; /**< Writing the value with Write Command permitted. */
+            uint8_t write          :1; /**< Writing the value with Write Request permitted. */
+            uint8_t notify         :1; /**< Notications of the value permitted. */
+            uint8_t indicate       :1; /**< Indications of the value permitted. */
+            uint8_t auth_signed_wr :1; /**< Writing the value with Signed Write Command permitted. */
         };
 
         void setup(ShortUUIDBytes_t uuidIn, Properties_t propsIn, Gap::Handle_t declHandleIn, Gap::Handle_t valueHandleIn) {