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.

Committer:
silviaChen
Date:
Fri Mar 24 08:30:59 2017 +0000
Revision:
2:504d4bd0e684
Parent:
1:82331af3e4c9
Support BLE Central function

Who changed what in which revision?

UserRevisionLine numberNew contents of line
silviaChen 0:c7bcc0b36b5e 1 {
tsungta 1:82331af3e4c9 2 "config": {
tsungta 1:82331af3e4c9 3 "lf_clock_rc_calib_timer_interval": {
tsungta 1:82331af3e4c9 4 "value": 16,
tsungta 1:82331af3e4c9 5 "macro_name": "MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_TIMER_INTERVAL"
silviaChen 0:c7bcc0b36b5e 6 },
tsungta 1:82331af3e4c9 7 "lf_clock_rc_calib_mode_config": {
tsungta 1:82331af3e4c9 8 "value": 0,
tsungta 1:82331af3e4c9 9 "macro_name": "MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_MODE_CONFIG"
silviaChen 0:c7bcc0b36b5e 10 }
silviaChen 0:c7bcc0b36b5e 11 }
silviaChen 0:c7bcc0b36b5e 12 }