commit | 0053efa4b58c3e5815a500bd719c5018e7e87852 | [log] [tgz] |
---|---|---|
author | Kim Schulz <k.schulz@samsung.com> | Tue Feb 04 23:37:21 2014 +0100 |
committer | Matthew Xie <mattx@google.com> | Mon Feb 24 17:49:17 2014 -0800 |
tree | 30af0c5fbb308e5894210844760b2ec39841b3ef | |
parent | 23c13136cb6134d002c4940d89d492389281653c [diff] |
MAP: Empty parameter mask handled wrong If an empty parameter mask is set in a get message listing request we only returned the handles, where as the spec states that we should return all parameters. Solution: Set the parameter filter to 0xFFFF if it is omitted or 0. Change-Id: I2cb99569c0920c706c0d3b3ed269852471cb1ee6 Bug: 12915453