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.
Dependents: Data-Management-Honka
Diff: BluetoothComm.h
- Revision:
- 11:56bd3affbbfc
- Parent:
- 10:235c0b81c4c7
- Parent:
- 9:8024861fccac
- Child:
- 14:ac9949a0aff5
diff -r 235c0b81c4c7 -r 56bd3affbbfc BluetoothComm.h --- a/BluetoothComm.h Thu Mar 05 23:47:46 2015 +0000 +++ b/BluetoothComm.h Thu Mar 05 23:48:54 2015 +0000 @@ -88,6 +88,11 @@ static const char EXTEND_IND = 0x13; static const char LOCK_IND = 0x14; static const char RATE_IND = 0x15; + static const char SUASST_IND = 0x16; + static const char SUTIME_IND = 0x17; + static const char SDASST_IND = 0x18; + static const char SDTIME_IND = 0x19; + static const char WALK_IND = 0x1a; //Indicates a readonly request static const char READONLY_IND = 0x1f;