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.
Fork of nRF51822 by
Diff: btle/btle.cpp
- Revision:
- 247:df37e7bb3f71
- Parent:
- 194:c99fc3160091
- Child:
- 271:208d78ccc9b7
--- a/btle/btle.cpp Fri Jun 19 15:55:22 2015 +0100 +++ b/btle/btle.cpp Fri Jun 19 15:55:22 2015 +0100 @@ -24,7 +24,6 @@ #include "ble_conn_params.h" #include "btle_gap.h" -#include "btle_gattc.h" #include "btle_advertising.h" #include "custom/custom_helper.h" @@ -37,6 +36,7 @@ #include "device_manager.h" #include "ble_hci.h" +#include "btle_discovery.h" extern "C" void assert_nrf_callback(uint16_t line_num, const uint8_t *p_file_name); void app_error_handler(uint32_t error_code, uint32_t line_num, const uint8_t *p_file_name);