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
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