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 1109:09e9c8c2a5bb, committed 2016-01-11
- Comitter:
- vcoubard
- Date:
- Mon Jan 11 08:51:58 2016 +0000
- Parent:
- 1108:ce7f6dbab398
- Child:
- 1110:0a797e141266
- Commit message:
- Synchronized with git rev b2dd219f
Author: Liyou Zhou
Fix issues
Changed in this revision
--- a/ble/Gap.h Mon Jan 11 08:51:57 2016 +0000
+++ b/ble/Gap.h Mon Jan 11 08:51:58 2016 +0000
@@ -279,10 +279,10 @@
/**
* Create a connection (GAP Link Establishment).
*
- * @note: deprecated. This funtion overloads Gap::connect(const BLEProtocol::Address_t peerAddr,
- BLEProtocol::AddressType_t peerAddrType,
- const ConnectionParams_t *connectionParams,
- const GapScanningParams *scanParams)
+ * \deprecated: This funtion overloads Gap::connect(const BLEProtocol::Address_t peerAddr,
+ BLEProtocol::AddressType_t peerAddrType,
+ const ConnectionParams_t *connectionParams,
+ const GapScanningParams *scanParams)
* to maintain backward compatibility for change from Gap::AddressType_t to BLEProtocol::AddressType_t
*/
ble_error_t connect(const BLEProtocol::Address_t peerAddr,
--- a/ble/deprecate.h Mon Jan 11 08:51:57 2016 +0000 +++ b/ble/deprecate.h Mon Jan 11 08:51:58 2016 +0000 @@ -20,7 +20,7 @@ #ifdef YOTTA_CFG_MBED_OS #include "compiler-polyfill/attributes.h" #else - #define __deprecated_message + #define __deprecated_message(msg) #endif #endif \ No newline at end of file
--- a/module.json Mon Jan 11 08:51:57 2016 +0000
+++ b/module.json Mon Jan 11 08:51:58 2016 +0000
@@ -36,7 +36,7 @@
},
"mbed-os": {
"mbed-drivers": "*",
- "compilerpolyfill": "^1.2.1"
+ "compiler-polyfill": "^1.2.1"
}
}
}
\ No newline at end of file
