Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_API by
Diff: public/Gap.h
- Revision:
- 346:4a42f777161f
- Parent:
- 342:152bd9c825d6
- Child:
- 349:b8b2b3973c47
--- 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
    