Doug Anson / mbedEndpointNetwork_BLE

Dependencies:   libnsdl_m0 BLE_API Base64 nRF51822 SplitterAssembler

Revision:
35:71eb3663ecbd
Parent:
33:4f6929e123f2
Child:
36:aa73681951ad
--- a/bt_network/BleUartRPC/UartRPC.cpp	Mon Jul 27 03:00:13 2015 +0000
+++ b/bt_network/BleUartRPC/UartRPC.cpp	Fri Sep 04 21:04:08 2015 +0000
@@ -204,7 +204,9 @@
  }
  
  // accumulate to dispatch locally... 
- bool UartRPC::accumulate(uint8_t *buffer,int buffer_length) {     
+ bool UartRPC::accumulate(uint8_t *buffer,int buffer_length) {  
+     //DBG("UartRPC:: accumulating... [%s] length=%d bytes...\r\n",buffer,buffer_length);
+        
      // add to the accumulator
      this->m_recv_accumulator.add(buffer,buffer_length);