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
Revision 346:4a42f777161f, committed 2015-04-30
- 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
