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