BLE Client UART function

Dependencies:   RingBuffer

This is a BLE Client (Central) program for nRF51.
You can communicate with mbed BLE using "BLE_Uart_Server" program as follows.
/users/kenjiArai/code/BLE_Uart_Server/
Please refer following my notebook.
/users/kenjiArai/notebook/ble-client-and-peripheral-using-switch-sience-ty51/#

Revision:
4:342b665fb826
Parent:
2:6fb0b87b041d
--- a/original.cpp	Sun Oct 22 09:45:44 2017 +0000
+++ b/original.cpp	Fri Feb 09 22:31:19 2018 +0000
@@ -9,7 +9,7 @@
 #include "UARTService.h"
 #include "ble/DiscoveredCharacteristic.h"
 #include "ble/DiscoveredService.h"
-#include "UARTService.h"
+#include "ble/service/UARTService.h"
 
 #define SOFT_DEVICE_FATHER_HANDLE 3