Andriy Makukha / Mbed 2 deprecated football_project_wo_output

Dependencies:   mbed

Fork of football_project by MZJ

Revision:
19:afcbb425b3cf
Parent:
11:d3aa5fca2330
Child:
23:26f27c462976
diff -r affef3a7db2a -r afcbb425b3cf PhoneAppIO.h
--- a/PhoneAppIO.h	Sun Nov 29 13:52:53 2015 +0000
+++ b/PhoneAppIO.h	Tue Dec 01 16:03:15 2015 +0000
@@ -92,6 +92,7 @@
 
     uint16_t maybeHandleRead( const GattCharacteristicWriteCBParams *params );  // Called by onDataWritten() from BLE.
     uint16_t maybeHandleWrite();                                                // Called by toPhoneChk() from main loop.
+    uint16_t injectHandleRead( char *buf, int len );                            // Inject data from elsewhere simulating BLE-in.
 
     bool loopbackMode;
     bool busy;