1

Fork of nRF51822 by Nordic Semiconductor

Revision:
339:e5e2157e8b44
Parent:
333:8eedcd324853
--- a/nRF51DiscoveredCharacteristic.cpp	Fri Jun 19 15:55:33 2015 +0100
+++ b/nRF51DiscoveredCharacteristic.cpp	Fri Jun 19 15:55:33 2015 +0100
@@ -14,12 +14,12 @@
  * limitations under the License.
  */
 
-#include "nRFDiscoveredCharacteristic.h"
+#include "nRF51DiscoveredCharacteristic.h"
 #include "nRF51GattClient.h"
 #include "ble_gatt.h"
 
 void
-nRFDiscoveredCharacteristic::setup(nRF51GattClient         *gattcIn,
+nRF51DiscoveredCharacteristic::setup(nRF51GattClient         *gattcIn,
                                    Gap::Handle_t            connectionHandleIn,
                                    ble_gatt_char_props_t    propsIn,
                                    GattAttribute::Handle_t  declHandleIn,
@@ -40,7 +40,7 @@
 }
 
 void
-nRFDiscoveredCharacteristic::setup(nRF51GattClient         *gattcIn,
+nRF51DiscoveredCharacteristic::setup(nRF51GattClient         *gattcIn,
                                    Gap::Handle_t            connectionHandleIn,
                                    UUID::ShortUUIDBytes_t   uuidIn,
                                    ble_gatt_char_props_t    propsIn,