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: BLE_Acceleration_Statejudging
Fork of nRF51822 by
Diff: source/nRF5xGap.cpp
- Revision:
- 396:e5b0385fc6f1
- Parent:
- 388:db85a09c27ef
- Child:
- 409:f307fc7ba42e
--- a/source/nRF5xGap.cpp Tue Jul 21 13:23:45 2015 +0100
+++ b/source/nRF5xGap.cpp Tue Jul 21 13:23:46 2015 +0100
@@ -26,6 +26,10 @@
return m_instance;
}
+void radioNotificationStaticCallback(bool param) {
+ nRF5xGap::getInstance().processRadioNotificationEvent(param);
+}
+
/**************************************************************************/
/*!
@brief Sets the advertising parameters and payload for the device
