Demo BLE Central function

Fork of BLE_HeartRate_DELTA by Delta

This example demonstrates BLE central that to interact with the HRM peripheral.

The example uses two applications running on two different devices:

The first device - the central - runs the application BLE_Central_HeartRate_DELTA from this repository.

The second device - the peripheral - runs the application BLE_HeartRate_DELTA.

mbed_app.json

Committer:
tsungta
Date:
2017-03-14
Revision:
1:82331af3e4c9
Parent:
0:c7bcc0b36b5e

File content as of revision 1:82331af3e4c9:

{
    "config": {
        "lf_clock_rc_calib_timer_interval": {
            "value": 16,
            "macro_name": "MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_TIMER_INTERVAL"
        },
        "lf_clock_rc_calib_mode_config": {
            "value": 0,
            "macro_name": "MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_MODE_CONFIG"
        }
    }
}