Use correct casing for getSecurityStatusMethod
parent
b3b46b39e7
commit
5782fa1439
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue