Use correct casing for getSecurityStatusMethod

master
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) if (hrmEventReceived)
enabledConsumers = enabledConsumers | switchableConsumers.hrm; enabledConsumers = enabledConsumers | switchableConsumers.hrm;
// First, coarse indication if the bluetooth device is enabled // First, coarse indication if the bluetooth device is enabled
if (NodeFilter.getSecuritystatus().connected) if (NRF.getSecurityStatus().connected))
enabledConsumers = enabledConsumers | switchableConsumers.bluetooth; enabledConsumers = enabledConsumers | switchableConsumers.bluetooth;
// Reset the event registration vars // Reset the event registration vars