No changes
Fork of nRF51822 by
Diff: source/nRF5xGap.cpp
- Revision:
- 581:1dd90ec7527b
- Parent:
- 578:78f69f1be114
- Child:
- 596:b66851544182
--- a/source/nRF5xGap.cpp Mon Jan 11 10:19:26 2016 +0000 +++ b/source/nRF5xGap.cpp Mon Jan 11 10:19:27 2016 +0000 @@ -211,10 +211,10 @@ return BLE_ERROR_NONE; } -ble_error_t nRF5xGap::connect(const Address_t peerAddr, - Gap::AddressType_t peerAddrType, - const ConnectionParams_t *connectionParams, - const GapScanningParams *scanParamsIn) +ble_error_t nRF5xGap::connect(const Address_t peerAddr, + BLEProtocol::AddressType_t peerAddrType, + const ConnectionParams_t *connectionParams, + const GapScanningParams *scanParamsIn) { ble_gap_addr_t addr; addr.addr_type = peerAddrType;