BLE
Fork of BLE_API by
Diff: ble/Gap.h
- Revision:
- 1110:09e9c8c2a5bb
- Parent:
- 1109:ce7f6dbab398
- Child:
- 1111:0a797e141266
--- 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,