Refactoring and other updates

Dependencies:   BLE_API mbed nRF51822

Fork of nRF51822_SimpleChat by Cristi Stoican

Revision:
7:806b08205b25
Parent:
5:fca87573ed92
--- a/BTDevice.cpp	Tue May 09 06:13:54 2017 +0000
+++ b/BTDevice.cpp	Wed May 10 07:15:19 2017 +0000
@@ -44,7 +44,7 @@
 	
     if (error != BLE_ERROR_NONE) {
         /* In case of error, forward the error handling to onBleInitError */
-        //onBleInitError(this->ble, error);
+//        onBleInitError(this->ble, error);
         return;
     }