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: nrf51-sdk-bluetooth-mdw
Fork of nRF51822 by
Diff: btle/btle.cpp
- Revision:
- 34:48d24b1d2fe6
- Parent:
- 33:8efbbf54b66f
- Child:
- 37:c29c330d942c
--- a/btle/btle.cpp Thu Jun 26 14:58:41 2014 +0100
+++ b/btle/btle.cpp Fri Jun 27 13:53:59 2014 +0100
@@ -50,11 +50,6 @@
static void btle_handler(ble_evt_t *p_ble_evt);
-/**************************************************************************/
-/*!
-
-*/
-/**************************************************************************/
static void sys_evt_dispatch(uint32_t sys_evt)
{
#if NEED_PSTORAGE /* disabled by default */
@@ -62,13 +57,6 @@
#endif
}
-/**************************************************************************/
-/*!
- @brief Initialises BTLE and the underlying HW/SoftDevice
-
- @returns
-*/
-/**************************************************************************/
error_t btle_init(void)
{
APP_TIMER_INIT(0, 8, 5, false);
@@ -85,15 +73,6 @@
return ERROR_NONE;
}
-/**************************************************************************/
-/*!
- @brief
-
- @param[in] p_ble_evt
-
- @returns
-*/
-/**************************************************************************/
static void btle_handler(ble_evt_t *p_ble_evt)
{
/* Library service handlers */
