OSDN Git Service

Fix the timestamp in btsnoop format
authorBen YoungTae Kim <ytkim@qca.qualcomm.com>
Mon, 23 May 2016 23:15:07 +0000 (16:15 -0700)
committerBen YoungTae Kim <ytkim@qca.qualcomm.com>
Mon, 23 May 2016 23:15:07 +0000 (16:15 -0700)
commit7dc4051b584bb056940afebda9d8ad3a48c046c3
tree8a02f42750cb552ff1aaa0b155e76e30e8073efe
parentd4e1a93a6f5ba7bdba7948363ce08e3af70e47d2
Fix the timestamp in btsnoop format

Due to overflow, timestamp does not have correct value.
Make sure it should be saved in long long type as 64bit.

Change-Id: Iaf1b1dd746dd52ab7e50b870efacde2b8dd0bed6
Signed-off-by: Ben YoungTae Kim <ytkim@qca.qualcomm.com>
hci/src/btsnoop.c