In the description of example BLE Heart Rate Collector, it says that it can indicate state BSP_INDICATE_SCANNING and state BSP_INDICATE_CONNECTED.
In the description of BSP indication states for PCA10040 and PCA10056 it says that BSP_INDICATE_SCANNING is LED1 blinking with period 2 seconds and duty cycle 10 %.
When I run the BLE Heart Rate Collector example on PCA10040, LED1 is blinking with period 4.4 seconds and duty cycle 10 %. This is strange since
1. Accordning to the description of BSP indicate states, this blinking indicates BSP_INDICATE_ADVERTISING_SLOW.
2. The description of the example does not mention BSP_INDICATE_ADVERTISING_SLOW.
3. A Heart Rate Collector wouldn't advertise.
Can you explain this?