テスト用
Fork of nRF51822 by
Diff: nRF51GattServer.cpp
- Revision:
- 21:84599842b5fb
- Parent:
- 20:b4f64efaaa2c
- Child:
- 22:c6ee8136847e
--- a/nRF51GattServer.cpp Thu Jun 05 11:38:33 2014 +0100 +++ b/nRF51GattServer.cpp Fri Jun 06 14:13:32 2014 +0100 @@ -142,13 +142,9 @@ @endcode */ /**************************************************************************/ -ble_error_t nRF51GattServer::updateValue(uint16_t charHandle, - uint8_t buffer[], - uint16_t len, - bool localOnly) +ble_error_t nRF51GattServer::updateValue(uint16_t charHandle, uint8_t buffer[], uint16_t len, bool localOnly) { - uint16_t gapConnectionHandle = - nRF51Gap::getInstance().getConnectionHandle(); + uint16_t gapConnectionHandle = nRF51Gap::getInstance().getConnectionHandle(); if (localOnly) { /* Only update locally regardless of notify/indicate */