You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lock and Unlock are missing from URIBeacon2Service.h
The Lock value should be stored in non-volatile memory. Lock value can be set to 0 to indicate unlocked, therefore Lock State can be based solely on Lock value.
A phone initiates a GATT connection, reads all characteristics including lock state. If updates are necessary it will check lock state and issue: unlock_, write+, lock_ (* optional).
The type is defined as uint128 but we are considering making uint8[] of any size. Let us know if you have a strong opinion on this.
The text was updated successfully, but these errors were encountered:
Added implementation for nrfURIBeaconConfigService, which ports the platform-agnostic URIBeaconConfigService to the nRF51822 and implements lock persistence.
Hi @rgrover
Lock and Unlock are missing from URIBeacon2Service.h
The Lock value should be stored in non-volatile memory. Lock value can be set to 0 to indicate unlocked, therefore Lock State can be based solely on Lock value.
A phone initiates a GATT connection, reads all characteristics including lock state. If updates are necessary it will check lock state and issue: unlock_, write+, lock_ (* optional).
The type is defined as
uint128
but we are considering makinguint8[]
of any size. Let us know if you have a strong opinion on this.The text was updated successfully, but these errors were encountered: