Skip to content
Snippets Groups Projects
Commit c3543c9a authored by Greg Kaiser's avatar Greg Kaiser
Browse files

vc: Initial field in constructor

The 'flags' field was our only field not initialized in our
constructor.  To assure consistent behavior, we initialize it
here.

Test: TreeHugger
Change-Id: I92c94eb5a995b5980d635f2c6d1cb12bf28ef4ca
parent 23cfabb7
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,7 @@ class VolumeControlDevice {
volume(0),
change_counter(0),
mute(false),
flags(0),
connection_id(GATT_INVALID_CONN_ID),
volume_state_handle(0),
volume_state_ccc_handle(0),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment