Use correct casing for getSecurityStatusMethod

pull/359/head^2
Markus 2020-04-17 12:43:21 +02:00
parent b3b46b39e7
commit 5782fa1439
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
if (hrmEventReceived)
enabledConsumers = enabledConsumers | switchableConsumers.hrm;
// First, coarse indication if the bluetooth device is enabled
if (NodeFilter.getSecuritystatus().connected)
if (NRF.getSecurityStatus().connected))
enabledConsumers = enabledConsumers | switchableConsumers.bluetooth;
// Reset the event registration vars