eclipse-smarthome-bluetooth-binding icon indicating copy to clipboard operation
eclipse-smarthome-bluetooth-binding copied to clipboard

Add support for BitFields

Open vkolotov opened this issue 7 years ago • 0 comments

Some GATT characteristics contain special type of fields - BitField. These are fields that normally readonly and define structure of a characteristic (if a field is present or omitted). Sometimes it also used as a normal characteristic field to indicate device state. Internally it is implemented as a bitmap.

vkolotov avatar Jan 21 '18 06:01 vkolotov