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.
Diff: source/BleManager.cpp
- Revision:
- 87:99b37d26ff2a
- Parent:
- 79:a2187bbfa407
- Child:
- 90:ed0267eca7b5
diff -r 04fc2fcda7ec -r 99b37d26ff2a source/BleManager.cpp
--- a/source/BleManager.cpp Thu Mar 28 23:41:10 2019 +0000
+++ b/source/BleManager.cpp Fri Mar 29 22:18:33 2019 +0000
@@ -78,6 +78,8 @@
/** Start BLE interface initialisation */
void SMDevice::run()
{
+ printf("\r\n [BTLE MAN] Thread Id = %d\r\n", Thread::gettid());
+
ble_error_t error;
/* to show we're running we'll blink every 500ms */