Lightly modified version of the BLE stack, that doesn't bring up a DFUService by default... as we have our own.

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Thu Apr 30 08:37:22 2015 +0100
Parent:
345:b977276fb4d3
Child:
347:20be4234c6fe
Commit message:
Synchronized with git rev bd493c8a
Author: Rohit Grover
add comment to explain the format of Gap::address_t

Changed in this revision

public/Gap.h Show annotated file Show diff for this revision Revisions of this file
--- a/public/Gap.h	Thu Apr 30 08:37:21 2015 +0100
+++ b/public/Gap.h	Thu Apr 30 08:37:22 2015 +0100
@@ -34,7 +34,7 @@
     } addr_type_t;
 
     static const unsigned ADDR_LEN = 6;
-    typedef uint8_t address_t[ADDR_LEN];
+    typedef uint8_t address_t[ADDR_LEN]; /* 48-bit address, LSB format. */
 
     /**
      * Enumeration for disconnection reasons. The values for these reasons are