commit | 04fbde0f2e1f5edac85cb1c4bc04511aa5b64240 | [log] [tgz] |
---|---|---|
author | Ruchi Kandoi <kandoiruchi@google.com> | Tue Jan 03 13:59:10 2017 -0800 |
committer | Ruchi Kandoi <kandoiruchi@google.com> | Mon Jan 09 10:20:27 2017 -0800 |
tree | 0d83c3575ebbe71a3466876f79dfc11be336b553 | |
parent | 9dcb707d86ff9b7037ef35bd3a8713f4a16993fe [diff] |
Changes data types to standard types. platform/system/bt/tools/scripts/change_types.sh was used to convert: UINT8->uint8_t UINT32->uint32_t UINT16->uint16_t INT8->int8_t INT32->int32_t INT16->int16_t Test: Compiles Change-Id: I7fce2cbff75a2087db46cda7527437a46a627c46 Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>