Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of football_project by
Diff: PhoneAppIO.h
- 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;
