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.
Dependencies: BLE_API mbed-dev-bin nRF51822-bluetooth-mdw
Fork of microbit-dal by
Diff: inc/bluetooth/ExternalEvents.h
- Revision:
- 23:6055f6c19fa6
- Parent:
- 22:23d7b9a4b082
- Child:
- 26:493daf8966fd
--- a/inc/bluetooth/ExternalEvents.h Wed Jul 13 12:17:54 2016 +0100 +++ b/inc/bluetooth/ExternalEvents.h Wed Jul 13 12:17:56 2016 +0100 @@ -33,6 +33,9 @@ #define MICROBIT_ID_BLE 1000 #define MICROBIT_ID_BLE_UART 1001 +#define MICROBIT_BLE_EVT_CONNECTED 1 +#define MICROBIT_BLE_EVT_DISCONNECTED 2 + #include "MESEvents.h" #endif \ No newline at end of file