High level Bluetooth Low Energy API and radio abstraction layer

Dependents:   BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate BLE_ANCS_SDAPI_IRC ... more

Overview

The BLE_API is a high level abstraction for using Bluetooth Low Energy on multiple platforms. For details and examples using the BLE_API please see the BLE_API Summary Page. Or click on the API Documentation tab above.

Supported Services

Supported services can be found in the BLE_API/services folder.

Committer:
vcoubard
Date:
Wed Apr 06 19:16:06 2016 +0100
Revision:
1199:fcc2b7b557e8
Parent:
1195:b6ba9dfd83bb
Synchronized with git rev 4ea795e8
Author: Vincent Coubard
Add changelog for version 2.5.2.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
vcoubard 1195:b6ba9dfd83bb 1 # Change Log
vcoubard 1195:b6ba9dfd83bb 2
vcoubard 1199:fcc2b7b557e8 3 ## [v2.5.2](https://github.com/ARMmbed/ble/tree/v2.5.2) (2016-03-02)
vcoubard 1199:fcc2b7b557e8 4 [Full Changelog](https://github.com/ARMmbed/ble/compare/v2.5.1...v2.5.2)
vcoubard 1199:fcc2b7b557e8 5
vcoubard 1199:fcc2b7b557e8 6 **Closed issues:**
vcoubard 1199:fcc2b7b557e8 7
vcoubard 1199:fcc2b7b557e8 8 - Infinite busy [\#69](https://github.com/ARMmbed/ble/issues/69)
vcoubard 1199:fcc2b7b557e8 9
vcoubard 1195:b6ba9dfd83bb 10 ## [v2.5.1](https://github.com/ARMmbed/ble/tree/v2.5.1) (2016-01-27)
vcoubard 1195:b6ba9dfd83bb 11 [Full Changelog](https://github.com/ARMmbed/ble/compare/v2.5.0...v2.5.1)
vcoubard 1195:b6ba9dfd83bb 12
vcoubard 1195:b6ba9dfd83bb 13 **Closed issues:**
vcoubard 1195:b6ba9dfd83bb 14
vcoubard 1195:b6ba9dfd83bb 15 - Gap state is not updated when the advertising stop after the timeout [\#80](https://github.com/ARMmbed/ble/issues/80)
vcoubard 1195:b6ba9dfd83bb 16 - crash on memory allocation [\#26](https://github.com/ARMmbed/ble/issues/26)
vcoubard 1195:b6ba9dfd83bb 17
vcoubard 1195:b6ba9dfd83bb 18 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 19
vcoubard 1195:b6ba9dfd83bb 20 - Change onShutdown\(obj, func\) definition [\#174](https://github.com/ARMmbed/ble/pull/174) ([andresag01](https://github.com/andresag01))
vcoubard 1195:b6ba9dfd83bb 21 - Invalid adv payloads are not committed before checking [\#171](https://github.com/ARMmbed/ble/pull/171) ([andresag01](https://github.com/andresag01))
vcoubard 1195:b6ba9dfd83bb 22 - Update Gap state in startAdvertising\(\) [\#170](https://github.com/ARMmbed/ble/pull/170) ([andresag01](https://github.com/andresag01))
vcoubard 1195:b6ba9dfd83bb 23 - Improve doxygen documentation: [\#169](https://github.com/ARMmbed/ble/pull/169) ([pan-](https://github.com/pan-))
vcoubard 1195:b6ba9dfd83bb 24 - Update Gap state after advertising times out [\#168](https://github.com/ARMmbed/ble/pull/168) ([andresag01](https://github.com/andresag01))
vcoubard 1195:b6ba9dfd83bb 25 - merge version 2.5.0 into master [\#163](https://github.com/ARMmbed/ble/pull/163) ([pan-](https://github.com/pan-))
vcoubard 1195:b6ba9dfd83bb 26 - Fix doxygen warnings for BLE API [\#162](https://github.com/ARMmbed/ble/pull/162) ([andresag01](https://github.com/andresag01))
vcoubard 1195:b6ba9dfd83bb 27
vcoubard 1195:b6ba9dfd83bb 28 ## [v2.5.0](https://github.com/ARMmbed/ble/tree/v2.5.0) (2016-01-12)
vcoubard 1195:b6ba9dfd83bb 29 [Full Changelog](https://github.com/ARMmbed/ble/compare/v2.4.0...v2.5.0)
vcoubard 1195:b6ba9dfd83bb 30
vcoubard 1195:b6ba9dfd83bb 31 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 32
vcoubard 1195:b6ba9dfd83bb 33 - merge branch develop \(v2.4.0\) [\#161](https://github.com/ARMmbed/ble/pull/161) ([pan-](https://github.com/pan-))
vcoubard 1195:b6ba9dfd83bb 34 - Add API to get addresses of peers in bond table [\#160](https://github.com/ARMmbed/ble/pull/160) ([andresag01](https://github.com/andresag01))
vcoubard 1195:b6ba9dfd83bb 35
vcoubard 1195:b6ba9dfd83bb 36 ## [v2.4.0](https://github.com/ARMmbed/ble/tree/v2.4.0) (2016-01-07)
vcoubard 1195:b6ba9dfd83bb 37 [Full Changelog](https://github.com/ARMmbed/ble/compare/v2.3.0...v2.4.0)
vcoubard 1195:b6ba9dfd83bb 38
vcoubard 1195:b6ba9dfd83bb 39 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 40
vcoubard 1195:b6ba9dfd83bb 41 - Whitelisting experimental API [\#159](https://github.com/ARMmbed/ble/pull/159) ([andresag01](https://github.com/andresag01))
vcoubard 1195:b6ba9dfd83bb 42
vcoubard 1195:b6ba9dfd83bb 43 ## [v2.3.0](https://github.com/ARMmbed/ble/tree/v2.3.0) (2015-12-23)
vcoubard 1195:b6ba9dfd83bb 44 [Full Changelog](https://github.com/ARMmbed/ble/compare/v2.2.3...v2.3.0)
vcoubard 1195:b6ba9dfd83bb 45
vcoubard 1195:b6ba9dfd83bb 46 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 47
vcoubard 1195:b6ba9dfd83bb 48 - Characteristic descriptor discovery [\#105](https://github.com/ARMmbed/ble/pull/105) ([pan-](https://github.com/pan-))
vcoubard 1195:b6ba9dfd83bb 49
vcoubard 1195:b6ba9dfd83bb 50 ## [v2.2.3](https://github.com/ARMmbed/ble/tree/v2.2.3) (2015-12-23)
vcoubard 1195:b6ba9dfd83bb 51 [Full Changelog](https://github.com/ARMmbed/ble/compare/v2.2.2...v2.2.3)
vcoubard 1195:b6ba9dfd83bb 52
vcoubard 1195:b6ba9dfd83bb 53 **Closed issues:**
vcoubard 1195:b6ba9dfd83bb 54
vcoubard 1195:b6ba9dfd83bb 55 - Two different enum list of BLE appearances [\#136](https://github.com/ARMmbed/ble/issues/136)
vcoubard 1195:b6ba9dfd83bb 56 - Gap::updateAdvertisingPayload should work for different length of data [\#84](https://github.com/ARMmbed/ble/issues/84)
vcoubard 1195:b6ba9dfd83bb 57
vcoubard 1195:b6ba9dfd83bb 58 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 59
vcoubard 1195:b6ba9dfd83bb 60 - Hotfix for backward compatibility [\#158](https://github.com/ARMmbed/ble/pull/158) ([LiyouZhou](https://github.com/LiyouZhou))
vcoubard 1195:b6ba9dfd83bb 61 - Clean up code in DiscoveredCharacteristic.cpp [\#154](https://github.com/ARMmbed/ble/pull/154) ([andresag01](https://github.com/andresag01))
vcoubard 1195:b6ba9dfd83bb 62 - Modify functions that manipulate adv payload [\#153](https://github.com/ARMmbed/ble/pull/153) ([andresag01](https://github.com/andresag01))
vcoubard 1195:b6ba9dfd83bb 63
vcoubard 1195:b6ba9dfd83bb 64 ## [v2.2.2](https://github.com/ARMmbed/ble/tree/v2.2.2) (2015-12-21)
vcoubard 1195:b6ba9dfd83bb 65 [Full Changelog](https://github.com/ARMmbed/ble/compare/v2.2.1...v2.2.2)
vcoubard 1195:b6ba9dfd83bb 66
vcoubard 1195:b6ba9dfd83bb 67 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 68
vcoubard 1195:b6ba9dfd83bb 69 - Add BLE\_ERROR\_INTERNAL\_STACK\_FAILURE error code [\#155](https://github.com/ARMmbed/ble/pull/155) ([andresag01](https://github.com/andresag01))
vcoubard 1195:b6ba9dfd83bb 70
vcoubard 1195:b6ba9dfd83bb 71 ## [v2.2.1](https://github.com/ARMmbed/ble/tree/v2.2.1) (2015-12-18)
vcoubard 1195:b6ba9dfd83bb 72 [Full Changelog](https://github.com/ARMmbed/ble/compare/v2.2.0...v2.2.1)
vcoubard 1195:b6ba9dfd83bb 73
vcoubard 1195:b6ba9dfd83bb 74 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 75
vcoubard 1195:b6ba9dfd83bb 76 - Remove deprecated appearance enum from blecommon.h [\#150](https://github.com/ARMmbed/ble/pull/150) ([andresag01](https://github.com/andresag01))
vcoubard 1195:b6ba9dfd83bb 77
vcoubard 1195:b6ba9dfd83bb 78 ## [v2.2.0](https://github.com/ARMmbed/ble/tree/v2.2.0) (2015-12-17)
vcoubard 1195:b6ba9dfd83bb 79 [Full Changelog](https://github.com/ARMmbed/ble/compare/v2.1.16...v2.2.0)
vcoubard 1195:b6ba9dfd83bb 80
vcoubard 1195:b6ba9dfd83bb 81 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 82
vcoubard 1195:b6ba9dfd83bb 83 - Add onShutdown to register callbacks [\#146](https://github.com/ARMmbed/ble/pull/146) ([andresag01](https://github.com/andresag01))
vcoubard 1195:b6ba9dfd83bb 84 - transparenly support existing applications which may have used Gap::ADDR\_TYPE\_\* [\#145](https://github.com/ARMmbed/ble/pull/145) ([rgrover](https://github.com/rgrover))
vcoubard 1195:b6ba9dfd83bb 85
vcoubard 1195:b6ba9dfd83bb 86 ## [v2.1.16](https://github.com/ARMmbed/ble/tree/v2.1.16) (2015-12-16)
vcoubard 1195:b6ba9dfd83bb 87 [Full Changelog](https://github.com/ARMmbed/ble/compare/v2.1.15...v2.1.16)
vcoubard 1195:b6ba9dfd83bb 88
vcoubard 1195:b6ba9dfd83bb 89 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 90
vcoubard 1195:b6ba9dfd83bb 91 - Improve API to facilitate full shutdown procedure [\#141](https://github.com/ARMmbed/ble/pull/141) ([andresag01](https://github.com/andresag01))
vcoubard 1195:b6ba9dfd83bb 92
vcoubard 1195:b6ba9dfd83bb 93 ## [v2.1.15](https://github.com/ARMmbed/ble/tree/v2.1.15) (2015-12-15)
vcoubard 1195:b6ba9dfd83bb 94 [Full Changelog](https://github.com/ARMmbed/ble/compare/v2.1.14...v2.1.15)
vcoubard 1195:b6ba9dfd83bb 95
vcoubard 1195:b6ba9dfd83bb 96 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 97
vcoubard 1195:b6ba9dfd83bb 98 - Extract Adress related types from Gap.h into BLEProtocol.h [\#142](https://github.com/ARMmbed/ble/pull/142) ([rgrover](https://github.com/rgrover))
vcoubard 1195:b6ba9dfd83bb 99
vcoubard 1195:b6ba9dfd83bb 100 ## [v2.1.14](https://github.com/ARMmbed/ble/tree/v2.1.14) (2015-12-11)
vcoubard 1195:b6ba9dfd83bb 101 [Full Changelog](https://github.com/ARMmbed/ble/compare/v2.1.13...v2.1.14)
vcoubard 1195:b6ba9dfd83bb 102
vcoubard 1195:b6ba9dfd83bb 103 ## [v2.1.13](https://github.com/ARMmbed/ble/tree/v2.1.13) (2015-12-11)
vcoubard 1195:b6ba9dfd83bb 104 [Full Changelog](https://github.com/ARMmbed/ble/compare/v2.1.11...v2.1.13)
vcoubard 1195:b6ba9dfd83bb 105
vcoubard 1195:b6ba9dfd83bb 106 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 107
vcoubard 1195:b6ba9dfd83bb 108 - Added SecurityManager::setLinkSecurity call for elevating security settings on a particular connection. [\#140](https://github.com/ARMmbed/ble/pull/140) ([marcuschangarm](https://github.com/marcuschangarm))
vcoubard 1195:b6ba9dfd83bb 109
vcoubard 1195:b6ba9dfd83bb 110 ## [v2.1.11](https://github.com/ARMmbed/ble/tree/v2.1.11) (2015-12-10)
vcoubard 1195:b6ba9dfd83bb 111 [Full Changelog](https://github.com/ARMmbed/ble/compare/v2.1.10...v2.1.11)
vcoubard 1195:b6ba9dfd83bb 112
vcoubard 1195:b6ba9dfd83bb 113 ## [v2.1.10](https://github.com/ARMmbed/ble/tree/v2.1.10) (2015-12-07)
vcoubard 1195:b6ba9dfd83bb 114 [Full Changelog](https://github.com/ARMmbed/ble/compare/v2.1.9...v2.1.10)
vcoubard 1195:b6ba9dfd83bb 115
vcoubard 1195:b6ba9dfd83bb 116 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 117
vcoubard 1195:b6ba9dfd83bb 118 - WIP: UUID endian change [\#128](https://github.com/ARMmbed/ble/pull/128) ([marcuschangarm](https://github.com/marcuschangarm))
vcoubard 1195:b6ba9dfd83bb 119
vcoubard 1195:b6ba9dfd83bb 120 ## [v2.1.9](https://github.com/ARMmbed/ble/tree/v2.1.9) (2015-12-04)
vcoubard 1195:b6ba9dfd83bb 121 [Full Changelog](https://github.com/ARMmbed/ble/compare/v2.1.8...v2.1.9)
vcoubard 1195:b6ba9dfd83bb 122
vcoubard 1195:b6ba9dfd83bb 123 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 124
vcoubard 1195:b6ba9dfd83bb 125 - Fix documentation for advertising interval getters [\#134](https://github.com/ARMmbed/ble/pull/134) ([andresag01](https://github.com/andresag01))
vcoubard 1195:b6ba9dfd83bb 126 - I change the service description [\#132](https://github.com/ARMmbed/ble/pull/132) ([iriark01](https://github.com/iriark01))
vcoubard 1195:b6ba9dfd83bb 127 - Add a doxyfile that warns for undocumented elements [\#131](https://github.com/ARMmbed/ble/pull/131) ([bremoran](https://github.com/bremoran))
vcoubard 1195:b6ba9dfd83bb 128
vcoubard 1195:b6ba9dfd83bb 129 ## [v2.1.8](https://github.com/ARMmbed/ble/tree/v2.1.8) (2015-12-03)
vcoubard 1195:b6ba9dfd83bb 130 [Full Changelog](https://github.com/ARMmbed/ble/compare/v2.1.7...v2.1.8)
vcoubard 1195:b6ba9dfd83bb 131
vcoubard 1195:b6ba9dfd83bb 132 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 133
vcoubard 1195:b6ba9dfd83bb 134 - Edit [\#130](https://github.com/ARMmbed/ble/pull/130) ([iriark01](https://github.com/iriark01))
vcoubard 1195:b6ba9dfd83bb 135 - Edit [\#129](https://github.com/ARMmbed/ble/pull/129) ([iriark01](https://github.com/iriark01))
vcoubard 1195:b6ba9dfd83bb 136
vcoubard 1195:b6ba9dfd83bb 137 ## [v2.1.7](https://github.com/ARMmbed/ble/tree/v2.1.7) (2015-12-02)
vcoubard 1195:b6ba9dfd83bb 138 [Full Changelog](https://github.com/ARMmbed/ble/compare/v2.1.6...v2.1.7)
vcoubard 1195:b6ba9dfd83bb 139
vcoubard 1195:b6ba9dfd83bb 140 ## [v2.1.6](https://github.com/ARMmbed/ble/tree/v2.1.6) (2015-12-02)
vcoubard 1195:b6ba9dfd83bb 141 [Full Changelog](https://github.com/ARMmbed/ble/compare/v2.1.5...v2.1.6)
vcoubard 1195:b6ba9dfd83bb 142
vcoubard 1195:b6ba9dfd83bb 143 **Closed issues:**
vcoubard 1195:b6ba9dfd83bb 144
vcoubard 1195:b6ba9dfd83bb 145 - Terrible handling of initLen / minLen and variable length characteristics. [\#93](https://github.com/ARMmbed/ble/issues/93)
vcoubard 1195:b6ba9dfd83bb 146
vcoubard 1195:b6ba9dfd83bb 147 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 148
vcoubard 1195:b6ba9dfd83bb 149 - Allow GattAttributes to have variable length [\#127](https://github.com/ARMmbed/ble/pull/127) ([andresag01](https://github.com/andresag01))
vcoubard 1195:b6ba9dfd83bb 150
vcoubard 1195:b6ba9dfd83bb 151 ## [v2.1.5](https://github.com/ARMmbed/ble/tree/v2.1.5) (2015-12-02)
vcoubard 1195:b6ba9dfd83bb 152 [Full Changelog](https://github.com/ARMmbed/ble/compare/v2.1.4...v2.1.5)
vcoubard 1195:b6ba9dfd83bb 153
vcoubard 1195:b6ba9dfd83bb 154 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 155
vcoubard 1195:b6ba9dfd83bb 156 - Edit [\#126](https://github.com/ARMmbed/ble/pull/126) ([iriark01](https://github.com/iriark01))
vcoubard 1195:b6ba9dfd83bb 157 - Edit [\#125](https://github.com/ARMmbed/ble/pull/125) ([iriark01](https://github.com/iriark01))
vcoubard 1195:b6ba9dfd83bb 158 - Edit [\#124](https://github.com/ARMmbed/ble/pull/124) ([iriark01](https://github.com/iriark01))
vcoubard 1195:b6ba9dfd83bb 159 - Edit [\#123](https://github.com/ARMmbed/ble/pull/123) ([iriark01](https://github.com/iriark01))
vcoubard 1195:b6ba9dfd83bb 160 - Separate the concept of minlen and len in GattAttr [\#122](https://github.com/ARMmbed/ble/pull/122) ([andresag01](https://github.com/andresag01))
vcoubard 1195:b6ba9dfd83bb 161 - Doxygen fixes [\#120](https://github.com/ARMmbed/ble/pull/120) ([metc](https://github.com/metc))
vcoubard 1195:b6ba9dfd83bb 162 - Minor edits [\#114](https://github.com/ARMmbed/ble/pull/114) ([iriark01](https://github.com/iriark01))
vcoubard 1195:b6ba9dfd83bb 163
vcoubard 1195:b6ba9dfd83bb 164 ## [v2.1.4](https://github.com/ARMmbed/ble/tree/v2.1.4) (2015-11-26)
vcoubard 1195:b6ba9dfd83bb 165 [Full Changelog](https://github.com/ARMmbed/ble/compare/v2.1.3...v2.1.4)
vcoubard 1195:b6ba9dfd83bb 166
vcoubard 1195:b6ba9dfd83bb 167 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 168
vcoubard 1195:b6ba9dfd83bb 169 - Guard nordic specific implementation with \#ifdef TARGET\_NRF51822 [\#119](https://github.com/ARMmbed/ble/pull/119) ([LiyouZhou](https://github.com/LiyouZhou))
vcoubard 1195:b6ba9dfd83bb 170
vcoubard 1195:b6ba9dfd83bb 171 ## [v2.1.3](https://github.com/ARMmbed/ble/tree/v2.1.3) (2015-11-26)
vcoubard 1195:b6ba9dfd83bb 172 [Full Changelog](https://github.com/ARMmbed/ble/compare/v2.1.2...v2.1.3)
vcoubard 1195:b6ba9dfd83bb 173
vcoubard 1195:b6ba9dfd83bb 174 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 175
vcoubard 1195:b6ba9dfd83bb 176 - Call bootloader\_start implicitly trough a event handler call [\#118](https://github.com/ARMmbed/ble/pull/118) ([LiyouZhou](https://github.com/LiyouZhou))
vcoubard 1195:b6ba9dfd83bb 177
vcoubard 1195:b6ba9dfd83bb 178 ## [v2.1.2](https://github.com/ARMmbed/ble/tree/v2.1.2) (2015-11-26)
vcoubard 1195:b6ba9dfd83bb 179 [Full Changelog](https://github.com/ARMmbed/ble/compare/v2.1.1...v2.1.2)
vcoubard 1195:b6ba9dfd83bb 180
vcoubard 1195:b6ba9dfd83bb 181 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 182
vcoubard 1195:b6ba9dfd83bb 183 - Reintroduce old Eddystone with deprecated warnings [\#117](https://github.com/ARMmbed/ble/pull/117) ([andresag01](https://github.com/andresag01))
vcoubard 1195:b6ba9dfd83bb 184
vcoubard 1195:b6ba9dfd83bb 185 ## [v2.1.1](https://github.com/ARMmbed/ble/tree/v2.1.1) (2015-11-26)
vcoubard 1195:b6ba9dfd83bb 186 [Full Changelog](https://github.com/ARMmbed/ble/compare/v2.1.0...v2.1.1)
vcoubard 1195:b6ba9dfd83bb 187
vcoubard 1195:b6ba9dfd83bb 188 ## [v2.1.0](https://github.com/ARMmbed/ble/tree/v2.1.0) (2015-11-26)
vcoubard 1195:b6ba9dfd83bb 189 [Full Changelog](https://github.com/ARMmbed/ble/compare/v2.0.5...v2.1.0)
vcoubard 1195:b6ba9dfd83bb 190
vcoubard 1195:b6ba9dfd83bb 191 **Closed issues:**
vcoubard 1195:b6ba9dfd83bb 192
vcoubard 1195:b6ba9dfd83bb 193 - All BLE event handling should happen in thread mode [\#89](https://github.com/ARMmbed/ble/issues/89)
vcoubard 1195:b6ba9dfd83bb 194
vcoubard 1195:b6ba9dfd83bb 195 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 196
vcoubard 1195:b6ba9dfd83bb 197 - First Doxygen output [\#116](https://github.com/ARMmbed/ble/pull/116) ([metc](https://github.com/metc))
vcoubard 1195:b6ba9dfd83bb 198 - Minor doc changes [\#113](https://github.com/ARMmbed/ble/pull/113) ([metc](https://github.com/metc))
vcoubard 1195:b6ba9dfd83bb 199 - Minor edits [\#112](https://github.com/ARMmbed/ble/pull/112) ([iriark01](https://github.com/iriark01))
vcoubard 1195:b6ba9dfd83bb 200 - Minor edits [\#111](https://github.com/ARMmbed/ble/pull/111) ([iriark01](https://github.com/iriark01))
vcoubard 1195:b6ba9dfd83bb 201 - Minor edits [\#110](https://github.com/ARMmbed/ble/pull/110) ([iriark01](https://github.com/iriark01))
vcoubard 1195:b6ba9dfd83bb 202 - Remove persistant callbacks [\#109](https://github.com/ARMmbed/ble/pull/109) ([pan-](https://github.com/pan-))
vcoubard 1195:b6ba9dfd83bb 203 - Changed GapAdvertisingData.addData to take current fields into account when adding data. [\#108](https://github.com/ARMmbed/ble/pull/108) ([marcuschangarm](https://github.com/marcuschangarm))
vcoubard 1195:b6ba9dfd83bb 204 - Remove Eddystone implementation in ble/services [\#107](https://github.com/ARMmbed/ble/pull/107) ([andresag01](https://github.com/andresag01))
vcoubard 1195:b6ba9dfd83bb 205
vcoubard 1195:b6ba9dfd83bb 206 ## [v2.0.5](https://github.com/ARMmbed/ble/tree/v2.0.5) (2015-11-16)
vcoubard 1195:b6ba9dfd83bb 207 [Full Changelog](https://github.com/ARMmbed/ble/compare/v2.0.4...v2.0.5)
vcoubard 1195:b6ba9dfd83bb 208
vcoubard 1195:b6ba9dfd83bb 209 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 210
vcoubard 1195:b6ba9dfd83bb 211 - Edits - with a couple of comments [\#104](https://github.com/ARMmbed/ble/pull/104) ([iriark01](https://github.com/iriark01))
vcoubard 1195:b6ba9dfd83bb 212
vcoubard 1195:b6ba9dfd83bb 213 ## [v2.0.4](https://github.com/ARMmbed/ble/tree/v2.0.4) (2015-11-13)
vcoubard 1195:b6ba9dfd83bb 214 [Full Changelog](https://github.com/ARMmbed/ble/compare/v2.0.3...v2.0.4)
vcoubard 1195:b6ba9dfd83bb 215
vcoubard 1195:b6ba9dfd83bb 216 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 217
vcoubard 1195:b6ba9dfd83bb 218 - Edits [\#102](https://github.com/ARMmbed/ble/pull/102) ([iriark01](https://github.com/iriark01))
vcoubard 1195:b6ba9dfd83bb 219
vcoubard 1195:b6ba9dfd83bb 220 ## [v2.0.3](https://github.com/ARMmbed/ble/tree/v2.0.3) (2015-11-03)
vcoubard 1195:b6ba9dfd83bb 221 [Full Changelog](https://github.com/ARMmbed/ble/compare/mbedos-release-15-11...v2.0.3)
vcoubard 1195:b6ba9dfd83bb 222
vcoubard 1195:b6ba9dfd83bb 223 ## [mbedos-release-15-11](https://github.com/ARMmbed/ble/tree/mbedos-release-15-11) (2015-11-03)
vcoubard 1195:b6ba9dfd83bb 224 [Full Changelog](https://github.com/ARMmbed/ble/compare/v2.0.2...mbedos-release-15-11)
vcoubard 1195:b6ba9dfd83bb 225
vcoubard 1195:b6ba9dfd83bb 226 ## [v2.0.2](https://github.com/ARMmbed/ble/tree/v2.0.2) (2015-11-03)
vcoubard 1195:b6ba9dfd83bb 227 [Full Changelog](https://github.com/ARMmbed/ble/compare/v2.0.1...v2.0.2)
vcoubard 1195:b6ba9dfd83bb 228
vcoubard 1195:b6ba9dfd83bb 229 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 230
vcoubard 1195:b6ba9dfd83bb 231 - BLE::init\(\) should also be able to take an \<object, member\> tuple for its callback [\#97](https://github.com/ARMmbed/ble/pull/97) ([rgrover](https://github.com/rgrover))
vcoubard 1195:b6ba9dfd83bb 232
vcoubard 1195:b6ba9dfd83bb 233 ## [v2.0.1](https://github.com/ARMmbed/ble/tree/v2.0.1) (2015-11-02)
vcoubard 1195:b6ba9dfd83bb 234 [Full Changelog](https://github.com/ARMmbed/ble/compare/v2.0.0...v2.0.1)
vcoubard 1195:b6ba9dfd83bb 235
vcoubard 1195:b6ba9dfd83bb 236 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 237
vcoubard 1195:b6ba9dfd83bb 238 - Fix beaconPeriod and defaults for voltage/temp [\#94](https://github.com/ARMmbed/ble/pull/94) ([andresag01](https://github.com/andresag01))
vcoubard 1195:b6ba9dfd83bb 239
vcoubard 1195:b6ba9dfd83bb 240 ## [v2.0.0](https://github.com/ARMmbed/ble/tree/v2.0.0) (2015-11-02)
vcoubard 1195:b6ba9dfd83bb 241 [Full Changelog](https://github.com/ARMmbed/ble/compare/mbedos-techcon-oob2...v2.0.0)
vcoubard 1195:b6ba9dfd83bb 242
vcoubard 1195:b6ba9dfd83bb 243 **Closed issues:**
vcoubard 1195:b6ba9dfd83bb 244
vcoubard 1195:b6ba9dfd83bb 245 - BLE::init\(\) should be non-blocking [\#90](https://github.com/ARMmbed/ble/issues/90)
vcoubard 1195:b6ba9dfd83bb 246 - Wrong include file in HealthTermometerService.h:20:17 [\#86](https://github.com/ARMmbed/ble/issues/86)
vcoubard 1195:b6ba9dfd83bb 247 - Return error on write request when locked [\#19](https://github.com/ARMmbed/ble/issues/19)
vcoubard 1195:b6ba9dfd83bb 248
vcoubard 1195:b6ba9dfd83bb 249 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 250
vcoubard 1195:b6ba9dfd83bb 251 - Introduced fixes to Eddystone implementation [\#92](https://github.com/ARMmbed/ble/pull/92) ([andresag01](https://github.com/andresag01))
vcoubard 1195:b6ba9dfd83bb 252 - BLE::init\(\) now takes in a callback paramter [\#91](https://github.com/ARMmbed/ble/pull/91) ([rgrover](https://github.com/rgrover))
vcoubard 1195:b6ba9dfd83bb 253 - Fixed include problem in HealthThermometer header [\#87](https://github.com/ARMmbed/ble/pull/87) ([andresag01](https://github.com/andresag01))
vcoubard 1195:b6ba9dfd83bb 254 - use the github url public url in module.json [\#82](https://github.com/ARMmbed/ble/pull/82) ([jrobeson](https://github.com/jrobeson))
vcoubard 1195:b6ba9dfd83bb 255 - Reduce the memory consumed by FunctionPointerWithContext instances [\#81](https://github.com/ARMmbed/ble/pull/81) ([pan-](https://github.com/pan-))
vcoubard 1195:b6ba9dfd83bb 256 - Introduced fix for defect IOTSFW-1058 [\#79](https://github.com/ARMmbed/ble/pull/79) ([andresag01](https://github.com/andresag01))
vcoubard 1195:b6ba9dfd83bb 257
vcoubard 1195:b6ba9dfd83bb 258 ## [mbedos-techcon-oob2](https://github.com/ARMmbed/ble/tree/mbedos-techcon-oob2) (2015-10-19)
vcoubard 1195:b6ba9dfd83bb 259 [Full Changelog](https://github.com/ARMmbed/ble/compare/v1.0.0...mbedos-techcon-oob2)
vcoubard 1195:b6ba9dfd83bb 260
vcoubard 1195:b6ba9dfd83bb 261 ## [v1.0.0](https://github.com/ARMmbed/ble/tree/v1.0.0) (2015-10-19)
vcoubard 1195:b6ba9dfd83bb 262 [Full Changelog](https://github.com/ARMmbed/ble/compare/v0.4.8...v1.0.0)
vcoubard 1195:b6ba9dfd83bb 263
vcoubard 1195:b6ba9dfd83bb 264 **Closed issues:**
vcoubard 1195:b6ba9dfd83bb 265
vcoubard 1195:b6ba9dfd83bb 266 - add support for Eddystone [\#57](https://github.com/ARMmbed/ble/issues/57)
vcoubard 1195:b6ba9dfd83bb 267
vcoubard 1195:b6ba9dfd83bb 268 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 269
vcoubard 1195:b6ba9dfd83bb 270 - Add st-ble-shield as a possible target dependency. [\#76](https://github.com/ARMmbed/ble/pull/76) ([pan-](https://github.com/pan-))
vcoubard 1195:b6ba9dfd83bb 271 - Support for Environmental Service \(temperature, pressure and humidity\) [\#75](https://github.com/ARMmbed/ble/pull/75) ([crespum](https://github.com/crespum))
vcoubard 1195:b6ba9dfd83bb 272
vcoubard 1195:b6ba9dfd83bb 273 ## [v0.4.8](https://github.com/ARMmbed/ble/tree/v0.4.8) (2015-09-29)
vcoubard 1195:b6ba9dfd83bb 274 [Full Changelog](https://github.com/ARMmbed/ble/compare/v0.4.7...v0.4.8)
vcoubard 1195:b6ba9dfd83bb 275
vcoubard 1195:b6ba9dfd83bb 276 **Closed issues:**
vcoubard 1195:b6ba9dfd83bb 277
vcoubard 1195:b6ba9dfd83bb 278 - ERROR: undefined reference to `createBLEInstance\(\)' [\#68](https://github.com/ARMmbed/ble/issues/68)
vcoubard 1195:b6ba9dfd83bb 279
vcoubard 1195:b6ba9dfd83bb 280 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 281
vcoubard 1195:b6ba9dfd83bb 282 - Adding Eddystone Support [\#74](https://github.com/ARMmbed/ble/pull/74) ([BlackstoneEngineering](https://github.com/BlackstoneEngineering))
vcoubard 1195:b6ba9dfd83bb 283 - Changed onConnection and onDisconnection to accept object/methods and… [\#72](https://github.com/ARMmbed/ble/pull/72) ([marcuschangarm](https://github.com/marcuschangarm))
vcoubard 1195:b6ba9dfd83bb 284 - adding an initial prototype for a yotta-config based initialization f… [\#71](https://github.com/ARMmbed/ble/pull/71) ([rgrover](https://github.com/rgrover))
vcoubard 1195:b6ba9dfd83bb 285 - Gap.h - Added onConnection callback chain simarly to the currently pr… [\#70](https://github.com/ARMmbed/ble/pull/70) ([marcuschangarm](https://github.com/marcuschangarm))
vcoubard 1195:b6ba9dfd83bb 286
vcoubard 1195:b6ba9dfd83bb 287 ## [v0.4.7](https://github.com/ARMmbed/ble/tree/v0.4.7) (2015-08-13)
vcoubard 1195:b6ba9dfd83bb 288 [Full Changelog](https://github.com/ARMmbed/ble/compare/v0.4.6...v0.4.7)
vcoubard 1195:b6ba9dfd83bb 289
vcoubard 1195:b6ba9dfd83bb 290 ## [v0.4.6](https://github.com/ARMmbed/ble/tree/v0.4.6) (2015-08-11)
vcoubard 1195:b6ba9dfd83bb 291 [Full Changelog](https://github.com/ARMmbed/ble/compare/v0.4.5...v0.4.6)
vcoubard 1195:b6ba9dfd83bb 292
vcoubard 1195:b6ba9dfd83bb 293 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 294
vcoubard 1195:b6ba9dfd83bb 295 - Eddystone Service Working [\#66](https://github.com/ARMmbed/ble/pull/66) ([BlackstoneEngineering](https://github.com/BlackstoneEngineering))
vcoubard 1195:b6ba9dfd83bb 296
vcoubard 1195:b6ba9dfd83bb 297 ## [v0.4.5](https://github.com/ARMmbed/ble/tree/v0.4.5) (2015-08-10)
vcoubard 1195:b6ba9dfd83bb 298 [Full Changelog](https://github.com/ARMmbed/ble/compare/v0.4.4...v0.4.5)
vcoubard 1195:b6ba9dfd83bb 299
vcoubard 1195:b6ba9dfd83bb 300 ## [v0.4.4](https://github.com/ARMmbed/ble/tree/v0.4.4) (2015-08-07)
vcoubard 1195:b6ba9dfd83bb 301 [Full Changelog](https://github.com/ARMmbed/ble/compare/v0.4.3...v0.4.4)
vcoubard 1195:b6ba9dfd83bb 302
vcoubard 1195:b6ba9dfd83bb 303 **Closed issues:**
vcoubard 1195:b6ba9dfd83bb 304
vcoubard 1195:b6ba9dfd83bb 305 - GapAdvertisingData::getPayload\(\) should not return NULL if payloadLen == 0 [\#64](https://github.com/ARMmbed/ble/issues/64)
vcoubard 1195:b6ba9dfd83bb 306 - enableActiveScanning\(\) [\#60](https://github.com/ARMmbed/ble/issues/60)
vcoubard 1195:b6ba9dfd83bb 307 - add central role for s130 [\#58](https://github.com/ARMmbed/ble/issues/58)
vcoubard 1195:b6ba9dfd83bb 308 - Clash With Definition and Enum Naming [\#46](https://github.com/ARMmbed/ble/issues/46)
vcoubard 1195:b6ba9dfd83bb 309 - URIBeacon2Service Needs initial AdvertisedTxPowerLevels [\#17](https://github.com/ARMmbed/ble/issues/17)
vcoubard 1195:b6ba9dfd83bb 310
vcoubard 1195:b6ba9dfd83bb 311 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 312
vcoubard 1195:b6ba9dfd83bb 313 - Conversion from advertisement duration units to ms moved from Gap to … [\#63](https://github.com/ARMmbed/ble/pull/63) ([jslater8](https://github.com/jslater8))
vcoubard 1195:b6ba9dfd83bb 314 - Add a new function updateAdvertisingPayload\(\) [\#61](https://github.com/ARMmbed/ble/pull/61) ([sunsmilearm](https://github.com/sunsmilearm))
vcoubard 1195:b6ba9dfd83bb 315 - minor corrections to the comments [\#59](https://github.com/ARMmbed/ble/pull/59) ([ddavidebor](https://github.com/ddavidebor))
vcoubard 1195:b6ba9dfd83bb 316
vcoubard 1195:b6ba9dfd83bb 317 ## [v0.4.3](https://github.com/ARMmbed/ble/tree/v0.4.3) (2015-07-22)
vcoubard 1195:b6ba9dfd83bb 318 [Full Changelog](https://github.com/ARMmbed/ble/compare/0.4.1...v0.4.3)
vcoubard 1195:b6ba9dfd83bb 319
vcoubard 1195:b6ba9dfd83bb 320 **Closed issues:**
vcoubard 1195:b6ba9dfd83bb 321
vcoubard 1195:b6ba9dfd83bb 322 - add GattClient::onHVX [\#53](https://github.com/ARMmbed/ble/issues/53)
vcoubard 1195:b6ba9dfd83bb 323 - Need some help regarding the development of BLE network simulator [\#52](https://github.com/ARMmbed/ble/issues/52)
vcoubard 1195:b6ba9dfd83bb 324
vcoubard 1195:b6ba9dfd83bb 325 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 326
vcoubard 1195:b6ba9dfd83bb 327 - expose descriptors optional arg in derived GattChar. constructors [\#56](https://github.com/ARMmbed/ble/pull/56) ([OJFord](https://github.com/OJFord))
vcoubard 1195:b6ba9dfd83bb 328 - Change DiscoveredCharacteristic API to return long or short UUIDs. [\#55](https://github.com/ARMmbed/ble/pull/55) ([adfernandes](https://github.com/adfernandes))
vcoubard 1195:b6ba9dfd83bb 329 - Refactor using new include paths [\#51](https://github.com/ARMmbed/ble/pull/51) ([rosterloh](https://github.com/rosterloh))
vcoubard 1195:b6ba9dfd83bb 330 - Revert "use mbed-classic as mbed dependency" [\#50](https://github.com/ARMmbed/ble/pull/50) ([rgrover](https://github.com/rgrover))
vcoubard 1195:b6ba9dfd83bb 331 - use mbed-classic as mbed dependency [\#45](https://github.com/ARMmbed/ble/pull/45) ([autopulated](https://github.com/autopulated))
vcoubard 1195:b6ba9dfd83bb 332
vcoubard 1195:b6ba9dfd83bb 333 ## [0.4.1](https://github.com/ARMmbed/ble/tree/0.4.1) (2015-07-02)
vcoubard 1195:b6ba9dfd83bb 334 [Full Changelog](https://github.com/ARMmbed/ble/compare/workingOldBootloader...0.4.1)
vcoubard 1195:b6ba9dfd83bb 335
vcoubard 1195:b6ba9dfd83bb 336 **Closed issues:**
vcoubard 1195:b6ba9dfd83bb 337
vcoubard 1195:b6ba9dfd83bb 338 - DiscoveredCharacteristic::setupOnDataRead\(\) should be GattClient::onDataRead\(\) instead [\#49](https://github.com/ARMmbed/ble/issues/49)
vcoubard 1195:b6ba9dfd83bb 339 - CONNECTION\_TIMEOUT should be added to DisconnectionReason\_t [\#43](https://github.com/ARMmbed/ble/issues/43)
vcoubard 1195:b6ba9dfd83bb 340 - Typo in definition of UNIT\_0\_625\_MS in Gap.h [\#40](https://github.com/ARMmbed/ble/issues/40)
vcoubard 1195:b6ba9dfd83bb 341 - Initial value for \_requiredSecurity member of GattCharacteristic class breaks existing code [\#39](https://github.com/ARMmbed/ble/issues/39)
vcoubard 1195:b6ba9dfd83bb 342 - Allow adding a User Description descriptor to a GattCharacteristic. [\#38](https://github.com/ARMmbed/ble/issues/38)
vcoubard 1195:b6ba9dfd83bb 343 - The example code in GattAttribute.h does not refer to GattAttribute [\#37](https://github.com/ARMmbed/ble/issues/37)
vcoubard 1195:b6ba9dfd83bb 344 - BLEDevice::clearAdvertisingPayload doesn't clear the scan response PDU [\#36](https://github.com/ARMmbed/ble/issues/36)
vcoubard 1195:b6ba9dfd83bb 345
vcoubard 1195:b6ba9dfd83bb 346 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 347
vcoubard 1195:b6ba9dfd83bb 348 - Added get/set methods for advertisement payload and parameters. [\#42](https://github.com/ARMmbed/ble/pull/42) ([marcuschangarm](https://github.com/marcuschangarm))
vcoubard 1195:b6ba9dfd83bb 349
vcoubard 1195:b6ba9dfd83bb 350 ## [workingOldBootloader](https://github.com/ARMmbed/ble/tree/workingOldBootloader) (2015-03-02)
vcoubard 1195:b6ba9dfd83bb 351 **Implemented enhancements:**
vcoubard 1195:b6ba9dfd83bb 352
vcoubard 1195:b6ba9dfd83bb 353 - Which are the allowed values for txPower? \> BLEDevice::setTxPower\(int8\_t txPower\) [\#30](https://github.com/ARMmbed/ble/issues/30)
vcoubard 1195:b6ba9dfd83bb 354 - Modes: UriBeacon and UriBeaconConfig [\#15](https://github.com/ARMmbed/ble/issues/15)
vcoubard 1195:b6ba9dfd83bb 355 - URIBeacon2Service.h should be called UriBeaconConfigService.h [\#11](https://github.com/ARMmbed/ble/issues/11)
vcoubard 1195:b6ba9dfd83bb 356 - Lock and Unlock missing from URIBeacon2Service.h [\#10](https://github.com/ARMmbed/ble/issues/10)
vcoubard 1195:b6ba9dfd83bb 357 - Service Characteristics [\#9](https://github.com/ARMmbed/ble/issues/9)
vcoubard 1195:b6ba9dfd83bb 358 - URIBeacon2Service.h missing TX Power Mode [\#8](https://github.com/ARMmbed/ble/issues/8)
vcoubard 1195:b6ba9dfd83bb 359
vcoubard 1195:b6ba9dfd83bb 360 **Fixed bugs:**
vcoubard 1195:b6ba9dfd83bb 361
vcoubard 1195:b6ba9dfd83bb 362 - URIBeacon2Service configure\(\) [\#14](https://github.com/ARMmbed/ble/issues/14)
vcoubard 1195:b6ba9dfd83bb 363 - URIBeacon2Service.h does not reset to defaults [\#7](https://github.com/ARMmbed/ble/issues/7)
vcoubard 1195:b6ba9dfd83bb 364 - Uri Data Length and semantics [\#6](https://github.com/ARMmbed/ble/issues/6)
vcoubard 1195:b6ba9dfd83bb 365
vcoubard 1195:b6ba9dfd83bb 366 **Closed issues:**
vcoubard 1195:b6ba9dfd83bb 367
vcoubard 1195:b6ba9dfd83bb 368 - Inconsistent use of uint\_16\_t and Handle\_t [\#34](https://github.com/ARMmbed/ble/issues/34)
vcoubard 1195:b6ba9dfd83bb 369 - Incorrect documentation on void setAdvertisingType\(\)? [\#29](https://github.com/ARMmbed/ble/issues/29)
vcoubard 1195:b6ba9dfd83bb 370 - URIBeacon2Service setTxPowerLevel should follow specification [\#16](https://github.com/ARMmbed/ble/issues/16)
vcoubard 1195:b6ba9dfd83bb 371 - URIBeacon2Service does not advertise UriBeacon [\#13](https://github.com/ARMmbed/ble/issues/13)
vcoubard 1195:b6ba9dfd83bb 372 - Roadmap [\#3](https://github.com/ARMmbed/ble/issues/3)
vcoubard 1195:b6ba9dfd83bb 373 - nRF51822 advertising interval problem [\#2](https://github.com/ARMmbed/ble/issues/2)
vcoubard 1195:b6ba9dfd83bb 374 - nRF51822 low-power operation [\#1](https://github.com/ARMmbed/ble/issues/1)
vcoubard 1195:b6ba9dfd83bb 375
vcoubard 1195:b6ba9dfd83bb 376 **Merged pull requests:**
vcoubard 1195:b6ba9dfd83bb 377
vcoubard 1195:b6ba9dfd83bb 378 - Added callback on characteristic reads [\#33](https://github.com/ARMmbed/ble/pull/33) ([jeremybrodt](https://github.com/jeremybrodt))
vcoubard 1195:b6ba9dfd83bb 379 - Updated UUID class to get length and pointer. Added UUID comparison. [\#32](https://github.com/ARMmbed/ble/pull/32) ([jeremybrodt](https://github.com/jeremybrodt))
vcoubard 1195:b6ba9dfd83bb 380 - Extended attribute length handling to support dynamic length. [\#31](https://github.com/ARMmbed/ble/pull/31) ([jeremybrodt](https://github.com/jeremybrodt))
vcoubard 1195:b6ba9dfd83bb 381 - added API for creating iBeacons [\#28](https://github.com/ARMmbed/ble/pull/28) ([BlackstoneEngineering](https://github.com/BlackstoneEngineering))
vcoubard 1195:b6ba9dfd83bb 382 - Uribeacon update [\#25](https://github.com/ARMmbed/ble/pull/25) ([schilit](https://github.com/schilit))
vcoubard 1195:b6ba9dfd83bb 383 - Fix README links [\#23](https://github.com/ARMmbed/ble/pull/23) ([shirishb](https://github.com/shirishb))
vcoubard 1195:b6ba9dfd83bb 384 - Added optional data and length fields to the return struct for authorize... [\#22](https://github.com/ARMmbed/ble/pull/22) ([marcuschangarm](https://github.com/marcuschangarm))
vcoubard 1195:b6ba9dfd83bb 385 - Chained callbacks for onDataSent [\#21](https://github.com/ARMmbed/ble/pull/21) ([marcuschangarm](https://github.com/marcuschangarm))
vcoubard 1195:b6ba9dfd83bb 386 - Updated Readme [\#20](https://github.com/ARMmbed/ble/pull/20) ([BlackstoneEngineering](https://github.com/BlackstoneEngineering))
vcoubard 1195:b6ba9dfd83bb 387 - Add getHandle for readability [\#18](https://github.com/ARMmbed/ble/pull/18) ([schilit](https://github.com/schilit))
vcoubard 1195:b6ba9dfd83bb 388 - make the library less dependent on the mbed.h header [\#5](https://github.com/ARMmbed/ble/pull/5) ([xiongyihui](https://github.com/xiongyihui))
vcoubard 1195:b6ba9dfd83bb 389 - adding initial readme with references to developer.mbed.org [\#4](https://github.com/ARMmbed/ble/pull/4) ([BlackstoneEngineering](https://github.com/BlackstoneEngineering))
vcoubard 1195:b6ba9dfd83bb 390
vcoubard 1195:b6ba9dfd83bb 391
vcoubard 1195:b6ba9dfd83bb 392
vcoubard 1195:b6ba9dfd83bb 393 \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*