sensord: resize message size 20/160520/2
authorkibak.yoon <kibak.yoon@samsung.com>
Thu, 16 Nov 2017 12:06:48 +0000 (21:06 +0900)
committerkibak.yoon <kibak.yoon@samsung.com>
Mon, 20 Nov 2017 02:34:03 +0000 (11:34 +0900)
commit8ac01686ee36a4159e44e3538f8b5e9f33ecf612
tree094365e14427afc9e28e86b5ec291ea4cd36e7f4
parentac8515b9e3ac4678dfda3b73f5b2a63d5cd6ddb4
sensord: resize message size

- if there are so many sensors in the device, memory size 4096 is too
  small to contain all of that sensor information. for example, Gear S3
  has 43 sensors including virtual sensors. it needs 7000 byte for
  information of all sensors.
- so message size should be resized from 4096(4kB) to 10240(10kB).

Change-Id: Ied553e260216258295d2337a6f0c468e4a2490cc
Signed-off-by: kibak.yoon <kibak.yoon@samsung.com>
src/shared/command_types.h
src/shared/message.h