Doug Anson / mbedEndpointNetwork_BLE

Dependencies:   libnsdl_m0 BLE_API Base64 nRF51822 SplitterAssembler

Files at this revision

API Documentation at this revision

Comitter:
ansond
Date:
Thu Mar 05 18:23:37 2015 +0000
Parent:
14:bcb9a9ffd425
Child:
16:fb9c3f2af2df
Commit message:
updates

Changed in this revision

NSDL/nsdl_support.cpp Show annotated file Show diff for this revision Revisions of this file
bt_network/BleUartRPC/UartRPCFunctions.cpp Show annotated file Show diff for this revision Revisions of this file
configuration.h Show annotated file Show diff for this revision Revisions of this file
--- a/NSDL/nsdl_support.cpp	Tue Feb 24 02:12:54 2015 +0000
+++ b/NSDL/nsdl_support.cpp	Thu Mar 05 18:23:37 2015 +0000
@@ -195,7 +195,7 @@
         
         // only process if we are registered and thus connected... otherwise ignore
         if (__registered == true) {
-            DBG("NSP: waiting for data...\r\n");
+            //DBG("NSP: waiting for data...\r\n");
             memset(nsp_buffer,0,NSDL_BUFFER_LENGTH);
             int n = server.receiveFrom(from,nsp_buffer,NSDL_BUFFER_LENGTH);
             if (n > 0) {
--- a/bt_network/BleUartRPC/UartRPCFunctions.cpp	Tue Feb 24 02:12:54 2015 +0000
+++ b/bt_network/BleUartRPC/UartRPCFunctions.cpp	Thu Mar 05 18:23:37 2015 +0000
@@ -83,7 +83,7 @@
  
  int ble_rpc_recv_packet(uint8_t *buffer,int buffer_length)
  {
-     DBG("ble_rpc_recv_packet: checking for a local dispatch...\r\n");
+     //DBG("ble_rpc_recv_packet: checking for a local dispatch...\r\n");
      if (__rpc->localDispatchAvailable()) { 
         DBG("ble_rpc_recv_packet: local dispatch is ready. Retrieving...\r\n");
         return __rpc->retrieveLocalDispatch(buffer,buffer_length);
--- a/configuration.h	Tue Feb 24 02:12:54 2015 +0000
+++ b/configuration.h	Thu Mar 05 18:23:37 2015 +0000
@@ -1,9 +1,9 @@
 #ifndef __CONFIGURATION_H_
 #define __CONFIGURATION_H_
 
-/************** Ethernet CONFIGURATION PARAMETERS  ************************/
+/************** CONFIGURATION PARAMETERS  ************************/
 
 
-/************** Ethernet CONFIGURATION PARAMETERS  ************************/
+/************** CONFIGURATION PARAMETERS  ************************/
 
 #endif // __CONFIGURATION_H_
\ No newline at end of file