Fix coverity issue: declaration hides parameter 69/224869/1
authorhimanshu <h.himanshu@samsung.com>
Thu, 13 Feb 2020 13:44:58 +0000 (19:14 +0530)
committerhimanshu <h.himanshu@samsung.com>
Thu, 13 Feb 2020 13:44:58 +0000 (19:14 +0530)
commitfecc0c9b11b212cb27b1d6c2118c97aebd757e3a
tree9bd0f502192848d0325a5ee03cb2c1e24c6d9194
parent60443469e61d74a0f3bd8ad6565d8c00bda8779f
Fix coverity issue: declaration hides parameter

The data used in the BT_UNIT_TEST_FUNCTION_ADAPTER_READ_BATTERY_INFO
test case conflicts with the declared parameter "data" in the
test_input_callback function.

Change-Id: I51f80732880b631995c4fa3bc52ae390d13d8fc2
Signed-off-by: himanshu <h.himanshu@samsung.com>
test/bt_unit_test.c