Some LBS (LED Button Service) implementations don't support READ property in either LED or Button characteristics.
Until now, the LED state was read after a write for confirmation. This was failing, causing the LED state to be always disabled.
This PR fixes that.
Initially, when the LED state is unknown and cannot be ready the UI will display: UKNOWN.
Some LBS (LED Button Service) implementations don't support READ property in either LED or Button characteristics. Until now, the LED state was read after a write for confirmation. This was failing, causing the LED state to be always disabled.
This PR fixes that.
Initially, when the LED state is unknown and cannot be ready the UI will display: UKNOWN.